mirror of
https://github.com/Noratrieb/crapderive.git
synced 2026-01-14 08:35:09 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
ed59717c23
1 changed files with 18 additions and 0 deletions
18
README.md
Normal file
18
README.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# asm-thing
|
||||
|
||||
```asm
|
||||
mov r0, 3
|
||||
cmp r0, 8
|
||||
je true
|
||||
jmp false
|
||||
true:
|
||||
jmp exit
|
||||
|
||||
// loop
|
||||
false:
|
||||
mov r5, [8]
|
||||
jmp false
|
||||
|
||||
|
||||
exit:
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue