z80:Directives:INCBIN

From Learn @ Cemetech
Revision as of 17:17, 5 February 2016 by Maintenance script (talk | contribs) (Initial automated import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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