No description
Find a file
2022-06-20 12:09:02 +02:00
src compile some things 2022-06-20 12:09:02 +02:00
.gitignore initial commit 2022-06-13 08:38:54 +02:00
.rustfmt.toml parser works 2022-06-13 11:53:09 +02:00
Cargo.lock cool errors 2022-06-13 12:32:39 +02:00
Cargo.toml cool errors 2022-06-13 12:32:39 +02:00
README.md Create README.md 2022-06-13 12:33:01 +02:00
test.at cool errors 2022-06-13 12:32:39 +02:00

asm-thing

mov r0, 3
cmp r0, 8
je true
jmp false
true:
jmp exit

// loop
false:
mov r5, [8]
jmp false


exit: