z80:Directives:DEFCONT
From Learn @ Cemetech
Jump to navigationJump to searchIn 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