ref: 8fd364a1a632ab0845ec98539d17c0070152ce9d
parent: 6c1dd85c9a742589d2142be72257a7380a4786dd
author: Anthony Bentley <[email protected]>
date: Sat Sep 12 14:53:03 EDT 2009
document partial binary includes
--- a/doc/asm/incbin.htm
+++ b/doc/asm/incbin.htm
@@ -23,6 +23,18 @@
</TR>
</TABLE>
+<P>You can also include only part of a file with <B>INCBIN</B>. The example below includes 256 bytes from <I>data.bin</I> starting from position 78.<BR>
+
+<BR>
+<TABLE BORDER=0 BGCOLOR="Black" CELLPADDING=8 WIDTH="50%">
+<TR>
+ <TD><FONT COLOR="#00FF00">
+<PRE>INCBIN "data.bin",78,256</PRE>
+</FONT></TD>
+</TR>
+</TABLE>
+
+
<H3>See also:</H3>
<UL>
<LI><A HREF="expr_str.htm">String expressions, functions and formatting</A>