design.txt: specify a supported label at all jump instructions

This commit is contained in:
XOR 2023-04-14 16:54:10 +02:00
parent 0dc28085ed
commit 3ce1b99f26

View file

@ -6,9 +6,9 @@ Instructions:
INC 0b0101 | no Adress
DEC 0b0110 | no Adress
JPP 0b0111 | +Adress/Label
JPZ 0b1000 | +Adress
JPN 0b1001 | +Adress
JPU 0b1010 | +Adress
JPZ 0b1000 | +Adress/Label
JPN 0b1001 | +Adress/Label
JPU 0b1010 | +Adress/Label
EOJ 0b1011 | no Adress
Instruction format, [] means optional: