DEFINE Examples
Example 1:
The following define sets up to display an error message
|
|
|
|
|
|
|
|
|
|
|
|
The above code actually compiles as:
|
|
|
|
Example 2:
DEFINEs also generate a new instruction name. Note that this DEFINE is continued onto 2 lines:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The above code compiles to the exact output as the previous example.
![]() |