mirror of
https://github.com/Noratrieb/crapderive.git
synced 2026-01-14 16:45:08 +01:00
parser
This commit is contained in:
parent
ca0e376e79
commit
ac63a8a5c7
3 changed files with 118 additions and 2 deletions
13
test.asm
13
test.asm
|
|
@ -1,13 +0,0 @@
|
|||
mov r0, 3
|
||||
cmp r0, 8
|
||||
je true
|
||||
jmp false
|
||||
true:
|
||||
jmp exit
|
||||
|
||||
// loop
|
||||
false:
|
||||
jmp false
|
||||
|
||||
|
||||
exit:
|
||||
Loading…
Add table
Add a link
Reference in a new issue