as: Incbin

1 
1 7.43 '.incbin "FILE"[,SKIP[,COUNT]]'
1 ====================================
1 
1 The 'incbin' directive includes FILE verbatim at the current location.
1 You can control the search paths used with the '-I' command-line option
1 (⇒Command-Line Options Invoking.).  Quotation marks are required
1 around FILE.
1 
1    The SKIP argument skips a number of bytes from the start of the FILE.
1 The COUNT argument indicates the maximum number of bytes to read.  Note
1 that the data is not aligned in any way, so it is the user's
1 responsibility to make sure that proper alignment is provided both
1 before and after the 'incbin' directive.
1