
B–61863E–1/06
5. TUTORIAL
GENERAL
23
File task1.con
ctl.obj ,&
task1.obj ,&
softkey.obj,&
pmc2.lib ,&
clib2c.lib &
oj(task1.lnk) nolo nopl ec(task1) &
pr(task1.mp1) name(task1) ss(stack(0))&
rn(code to task1_code, data to task1_data)
← added
(3) Procedure for execution.
Compiling softkey.c was added to the process. Other than this, the
procedure is the same as described in chapter 5.3.
The necessary operations are described below.
> ic286 task1.c pr(task1.lis) oj(task1.obj) compact extend rom
> ic286 softkey.c pr(softkey.lis) oj(softkey.obj) compact extend rom
** add **
> ic286 ctl.c pr(ctl.lis) oj(ctl.obj) compact extend rom
> bnd386 &<task1.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.
The softkey display has been added. Please watch the execution,
when using different CRT types and sizes. It is possible that the
display of the softkeys varies.