Chapter 9 Writing Machine Language Instructions and Directive Statements

9.2.3Writing Operand Field

The operand field coding is determined by the machine language instruction or directive in the operation field. Refer to the "Instruction Manual" for details on coding machine language instructions.

Coding rules

Operands are written with expressions and reserved words (register names, etc.).

Operands cannot include spaces, except for character constants and string constants.

When two operands are coded, they must be delimited by a comma (,).

Coding examples

ROL

D0

;One operand

mov

CONST+3, D0

;Operands are register and expression

jsr

PRINT

;Operand is an address

150 Instruction Statement Fields

Page 162
Image 162
Panasonic MN1030 Writing Operand Field, One operand, Operands are register and expression, Jsr, Operand is an address