Assembler Directives - INCBIN
INCBIN - Inserts the specified binary file into the S-Record output file. The data from the included file is not processed in any way. The filename must include the extension and must be enclosed in single (') or double (") quotes if any part of the file path or name includes spaces.
Usage:
[label] INCBIN file_name
Example:
* WAV data for laser sound
laser INCBIN "C:\Sounds\laser.wav"