z80:Directives:INCBIN

From Learn @ Cemetech
Jump to navigationJump to search

Inserts all data from a binary file into the output of the current program counter position.

Syntax

   MonsterSprite:
   .incbin "Resources/Sprites/Monster.spr"

Allowed inputs

String leading to an appropriate file.

See Also

incbmp inctext