
5. TUTORIAL
B–61863E–1/06
GENERAL
30
D tutorial.h
Contains combination of 5.4.3. and 5.5.
(3) Procedure for execution.
The necessary operations are described below.
> ic286 softkey.c pr(softkey.lis) oj(softkey.obj) compact extend rom
> ic286 task1.c pr(task1.lis) oj(task1.obj) compact extend rom
> ic286 task2.c pr(task2.lis) oj(task2.obj) compact extend rom
> ic286 ctl.c pr(ctl.lis) oj(ctl.obj) compact extend rom
> bnd386 &<task1.con
> bnd386 &<task2.con
> bnd386 &<tutorial.con
> bld386 tutorial.lnk oj(tutorial.dat) bf(tutorial.bld)
> oh386 tutorial.dat 386 >tutorial.hex
> map386 tutorial.dat notypecheck
Transfer to PMC
Setting LANGUAGE ORIGIN of SYSPRM
(4) Execution.
By pressing the softkey [RUN] task2 is executed. In this situation
task1 stays in waiting condition. Switching to PMCMDI screen task1
is also executed. During this condition task1 and task2 execute at the
same time.
Please refer to “(4)Execution” of each chapter(5.4.3 and 5.5) for the
operation method.