Assembler/design.txt

15 lines
272 B
Text

Instructions:
INP 0b0001
OUT 0b0010
LDA 0b0011
STA 0b0100
INC 0b0101
DEC 0b0110
JPP 0b0111
JPZ 0b1000
JPN 0b1001
JPU 0b1010
EOJ 0b1011
Instruction format, [] means optional:
instruction [mem_adress]; [Kommentar]