From 3ce1b99f2626cb0b4ba903078767a585ee3f73f5 Mon Sep 17 00:00:00 2001 From: XOR Date: Fri, 14 Apr 2023 16:54:10 +0200 Subject: [PATCH] design.txt: specify a supported label at all jump instructions --- design.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/design.txt b/design.txt index 27388cb..34d2ecd 100755 --- a/design.txt +++ b/design.txt @@ -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: