Difference between revisions of "Z80:Directives:DEFCONT"

From Learn @ Cemetech
Jump to navigationJump to search
(Initial automated import)
 
(No difference)

Latest revision as of 08:29, 5 February 2016

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