Forum
INCBIN - Printable Version

+- Forum (https://www.boriel.com/forum)
+-- Forum: Compilers and Computer Languages (https://www.boriel.com/forum/forumdisplay.php?fid=12)
+--- Forum: ZX Basic Compiler (https://www.boriel.com/forum/forumdisplay.php?fid=11)
+---- Forum: Help & Support (https://www.boriel.com/forum/forumdisplay.php?fid=16)
+---- Thread: INCBIN (/showthread.php?tid=251)



INCBIN - britlion - 06-18-2010

Boriel, what's the syntax for including a binary chunk with INCBIN?


Re: INCBIN - boriel - 06-18-2010

britlion Wrote:Boriel, what's the syntax for including a binary chunk with INCBIN?
Code:
asm
incbin "filename.xxx"
end asm
It must be within an ASM context.