mem dump coloring, + SUB
This commit is contained in:
11
program.asm
11
program.asm
@@ -1,13 +1,6 @@
|
||||
;this is a comment
|
||||
JMP 4
|
||||
|
||||
|
||||
HLT
|
||||
NOP
|
||||
MOV R1, R2 ; hellooo?
|
||||
;MOV R3, R2 ; should jump here, R1 should be untouched
|
||||
CMP R1, R2
|
||||
JEQ R1, 2
|
||||
ADD R1, R2
|
||||
SUB R1, R2
|
||||
SUB R1, R2
|
||||
HLT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user