Sample Program
Assembly
The sample program is written for and assembled/linked with
Mitsubishi RASM77 Assembler and LINK77 Linkage Editor.
The sample program was assembled with the following command.
$ rasm77 -s cmd_rds.a77
Linking the Sample
Program
The sample program can be linked with the following command and
generates the absolute file. The contents of "cmd_rds.lnk" linkage
editor subcommand file is shown in Figure 2-3.
$ link77 @\cmd_rds.lnk
Generate HP
Absolute file
To generate HP Absolute file for the Sofktey Interface, you need to use
"m77cnvhp" absolute file format converter program. The m77cnvhp
converter is provided with the Softkey Interface. To generate HP
Absolute file, enter following command:
$ m77cnvhp cmd_rds <RETURN>
You will see that cmd_rds.X, cmd_rds.L, and cmd_rds.A are
generated. These are sufficient throughout this chapter.
Note
You must specify -s option when you assemble and link your program.
If this option isn’t speicified, symbol file (.sym file) won’t be
generated, and the format converter cannot convert your program.
cmd_rds
,
,SAMPPROG=C000 TABLE=C100 BUFFER=100
,-s -ms
Figure 2-3. Linkage Editor Command File
Getting Started 2-7
Summary of Contents for 64146A
Page 2: ......
Page 8: ...Notes ...
Page 14: ...Notes 6 Contents ...
Page 16: ...Figure 1 1 HP 64146 Emulator for MELPS 7700 Series 1 2 Introduction ...
Page 60: ...Notes 3 4 In Circuit Emulation ...
Page 92: ...Notes 5 10 Using the Emulator ...