z80:Directives:INCTEXT

From Learn @ Cemetech
Revision as of 08: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

Insert all data from a text file to output, converting it to the current text encoding.

Syntax

   ;Convert file.txt to big-endian UTF-32.
   .big
   .stringencoder utf32
   .inctest "file.txt"

See Also

incbin incbmp