|
|
|
|
@ -6,10 +6,10 @@
|
|
|
|
|
; Memory address, command in hexadecimal, mnemonic, comment |
|
|
|
|
|
|
|
|
|
0 F8 LDI Load immediate... |
|
|
|
|
1 A2 162 ...the value 162 |
|
|
|
|
2 B2 PHI R2 Put it in the upper part of register 2 |
|
|
|
|
1 02 2 ...the value 2 |
|
|
|
|
2 A2 PLO R2 Put it in the lower part of register 2 |
|
|
|
|
3 22 DEC R2 Decrement register 2 by one |
|
|
|
|
4 92 GHI R2 Load the upper part of register 2 |
|
|
|
|
4 82 GLO R2 Load the lower part of register 2 |
|
|
|
|
5 3A BNZ Branch if that is not zero... |
|
|
|
|
6 03 3 ...to address 3 |
|
|
|
|
7 CD LSQ Long skip (skip two next) if Q=1 |
|
|
|
|
|