Difference between revisions of "Z80:Directives:INCBIN"

From Learn @ Cemetech
Jump to navigationJump to search
(Initial automated import)
 
(No difference)

Latest revision as of 17:17, 5 February 2016

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