INCBIN


You probably have some graphics you'd like to include. Use INCBIN to include a raw binary file as it is. If the file isn't found in the current directory the include-path list will be searched.

INCBIN    "titlepic.bin"

INCBIN    "sprites\\hero.bin"

See also:



Last updated 21 June 1997 by Carsten Sorensen