Assembler : Directives : INCBIN
INCBIN
-
Include a binary file from disk. If the file size is bigger than the space available in the current bank, as many successive banks as necessary will be used.
Example
:
sin_tbl: .incbin "sine.bin"
See also
INCLUDE
.