Define

Defines a new (TASM-style) macro. Macros are basic find-and-replace operations, and as such lines of code are modified before being assembled.

Syntax

.define name[(argument [, argument [, ...]])] replacement

Allowed inputs

Uses

See Also

undef
defcont
deflong
defined()

Unless otherwise stated, the content of this page is licensed under GNU Free Documentation License.