Chapter 9 Writing Machine Language Instructions and Directive Statements

9.2.2Writing Operation Field

The operation field is written with a machine language instruction or directive.

Coding rules

Machine language instructions cannot mix case. They must use either upper or lower case throughout.

Coding examples

CONST1

equ

10

_CODE

section

CODE, PUBLIC, 2

start

mov

CONST1, D0

 

rts

 

Instruction Statement Fields 149

Page 161
Image 161
Panasonic MN1030 user manual Writing Operation Field, Equ, Start Mov