back | Last regenerated: 2022-04-20 17:31:36 kio |
#insert#insert <filename> Inserts a binary file. The file name must be given as an absolute path or relatively to the current source file. The file's contents are just copied into the code segment verbatim. Examples:#insert "image.gif" ; file in same directory #insert "./image.gif" ; file in same directory #insert "pics/g1.gif" ; file in subdirectory "pics/" As an alternate syntax the Pseudo instructions incbin "characters.bin" |