24 lines
No EOL
440 B
Text
24 lines
No EOL
440 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]
|
|
|
|
Memory:
|
|
32 Bit Data with
|
|
28 Bit Adresess-> 24Mb Memory
|
|
|
|
Instruction Layout:
|
|
XXXXYYYYYYYYYYYYYYYYYYYYYYYYYYYY
|
|
X: Instruction Opcode
|
|
Y: Memory Adress |