mirror of
https://github.com/irmen/prog8.git
synced 2024-11-03 13:07:54 +00:00
8 lines
251 B
NASM
8 lines
251 B
NASM
|
; 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
|
||
|
|