z80:Directives:DEFCONT

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