Download AMCA User Manual

Transcript
AMCA User Manual
5.38.2 Description
MAXMACODEPTH defines the maximum valid macro depth to <expr>. <expr> must be less than or
equal to the maximum depth 256. MAXMACODEPTH can be used more than once in a source file. Each
use redefines the maximum valid macro depth.
5.38.3 Example
list p=am4ea000x
maxmacrodepth 0x10
:
:
5.39 MESSG – Create User Defined Message
5.39.1 Syntax
messg "<message_text>"
5.39.2 Description
Causes an informational message to be printed in the listing file. Issuing a MESSG directive does not
set any error return codes.
5.39.3 Example
mssg_macro macro
messg "mssg_macro-001 invoked without argument"
endm
5.39.4 See Also
ERROR
5.40 NEWPAGE – Insert Listing Page Eject
5.40.1 Syntax
newpage <value>
5.40.2 Description
Inserts a page eject into the listing file.
5.40.3 See Also
LINE
35
Rev 2.2
2004/2/12