Updated the docs to include new jump operands and setup the assembler to handle parsing all the jump instructions.

This commit is contained in:
2023-03-29 22:30:12 -05:00
parent a9a50055a4
commit 288ba9f9cb
5 changed files with 80 additions and 7 deletions
+5 -1
View File
@@ -17,4 +17,8 @@ cmp r1, 5
and r1, r2
add r4, r7
inc r1 ;increment r1
xor r1, r1 ;clear self
xor r1, r1 ;clear self
pop r3
jmp unknown_symbol
jmp r4
jz unknown_symbol