z80:Directives:ASC

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

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