EQU,
DS, DC, ORG, and
END.
Remember that the function number is passed to the trap function through the lower word of data register D7.
| Number | Function | Argument Registers |
|---|---|---|
| 247 | Input Character | D0 |
| 248 | Output Character | D0 |
| 243 | Print string | A5-string start
address A6-string end address + 1 |
| 228 | Exit to Tutor | None |
Given the contents of the data registers, address registers, and memory and a specific instruction, be able to:
.B,
.W, and .L extensions)
CMP and
Bcc.
Note that CMP instruction do not
always need to precede branch instructions.
JSR and RTS instructions
and,
or, and xor operations.)