Boriel Basic Forum
INCBIN - Printable Version

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



INCBIN - britlion - 2010-06-18

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


Re: INCBIN - boriel - 2010-06-18

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.