- 149 -
[
[[
[
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()
{ T_RMPL rmpl;
ER ercd;
:
ercd = ref_mpl( ID_MPL1, &rmpl );
:
}
<<Example statement in assembly language>>
.include mr100.inc
.GLB task
_ refmpl: .blkb 10
task: :
PUSH.W R2
PUSH.L A1
ref_mpl #ID_MPL1,_refmpl
: