Update
This commit is contained in:
parent
fe6086b45c
commit
2bc7ee5f42
7 changed files with 52 additions and 3 deletions
9
examples/test.asm
Normal file
9
examples/test.asm
Normal file
|
@ -0,0 +1,9 @@
|
|||
.include "$lib/core.asm"
|
||||
.include "$lib/std.asm"
|
||||
.include "$lib/main.asm"
|
||||
|
||||
.jump_main
|
||||
|
||||
main: .main main
|
||||
|
||||
.std_stop
|
BIN
examples/test.bin
Normal file
BIN
examples/test.bin
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue