z80:Directives:DEFCONT

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

In TASM and Brass, this is a way to get around the 255 column limit and also to split your .define statements onto multiple lines. It tacks replacement onto the end of the last defined macro.

Syntax

   .defcont replacement

Allowed inputs

Uses

See Also

define deflong