mirror of
https://github.com/Noratrieb/crapderive.git
synced 2026-01-14 16:45:08 +01:00
Create README.md
This commit is contained in:
parent
e6ea89b754
commit
f9619a1f8c
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