Difference between revisions of "Z80:Directives:ASC"

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

Latest revision as of 17:53, 5 February 2016

I would assume it is supposed to represent strings, (short for ascii), but only calls a macro to replace it with ".db".

Syntax

   .asc "Please don't use me."
   .db "Use me instead!"

Allowed inputs

Same as .db, strings and byte size integers.

See Also

db dw