hence/examples/test.asm
2023-03-09 17:05:33 +01:00

10 lines
119 B
NASM

.include "$lib/core.asm"
.include "$lib/std.asm"
.include "$lib/main.asm"
.jump_main
main: .main main
.std_stop