This commit is contained in:
Dominic Grimm 2023-03-09 17:05:33 +01:00
parent fe6086b45c
commit 2bc7ee5f42
No known key found for this signature in database
GPG key ID: 6F294212DEAAC530
7 changed files with 52 additions and 3 deletions

9
examples/test.asm Normal file
View 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

Binary file not shown.