z80:Directives:ASC

From Learn @ Cemetech
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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