2022-12-15 22:35:46 +01:00
|
|
|
Instructions:
|
2022-12-16 10:56:34 +01:00
|
|
|
INP 0b0001
|
|
|
|
OUT 0b0010
|
|
|
|
LDA 0b0011
|
|
|
|
STA 0b0100
|
|
|
|
INC 0b0101
|
|
|
|
DEC 0b0110
|
|
|
|
JPP 0b0111
|
|
|
|
JPZ 0b1000
|
|
|
|
JPN 0b1001
|
|
|
|
JPU 0b1010
|
|
|
|
EOJ 0b1011
|
2022-12-15 22:35:46 +01:00
|
|
|
|
|
|
|
Instruction format, [] means optional:
|
2022-12-16 10:20:09 +01:00
|
|
|
instruction [mem_adress]; [Kommentar]
|