as: Incbin

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