mirror of
https://github.com/Noratrieb/crapderive.git
synced 2026-01-14 16:45:08 +01:00
initial commit
This commit is contained in:
commit
ca0e376e79
6 changed files with 590 additions and 0 deletions
13
test.asm
Normal file
13
test.asm
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
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