Difference between revisions of "Z80:Directives:INCTEXT"

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

Latest revision as of 08:17, 5 February 2016

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