z80:Directives:ASC

From Learn @ Cemetech
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