1
0
mirror of https://github.com/irmen/prog8.git synced 2025-01-17 22:32:39 +00:00

8 lines
251 B
NASM
Raw Normal View History

; this is the source code for do_nothing1.bin and subFolder/do_nothing2.bin
; command lines:
; 64tass --ascii --nostart do_nothing.asm --output do_nothing1.bin
; 64tass --ascii --nostart do_nothing.asm --output subFolder/do_nothing2.bin
*=0
rts