z80:Directives:DEFCONT
From Learn @ Cemetech
Revision as of 08:29, 5 February 2016 by Maintenance script (talk | contribs) (Initial automated import)
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.
Contents
Syntax
.defcont replacement
Allowed inputs
Uses
See Also