- 147 -
[
[[
[
E
Ex
xa
am
mp
pl
le
e
p
pr
ro
og
gr
ra
am
m
s
st
ta
at
te
em
me
en
nt
t
]
]]
]
<<Example statement in C language>>
#include <itron.h>
#include <kernel.h>
#include “kernel_id.h”
void task()
{ VP p_blk;
if( get_mpl(ID_mpl1, 200, &p_blk) != E_OK )
error(“Not enough memory \n”);
:
rel_mpl(ID_mp1,p_blk);
}
<<Example statement in assembly language>>
.include mr100.inc
.GLB task
_g_blk: .blkb 4
task: :
PUSH.W R2
pget_mpl #ID_MPL1,#200
:
MOV.L R3R1,_g_blk
PUSH.W R2
rel_mpl #ID_MPL1,_g_blk
: