Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 443 Bytes

A2120.md

File metadata and controls

15 lines (8 loc) · 443 Bytes

Asmc Macro Assembler Reference

ASMC Nonfatal Error A2120

PROLOGUE must be macro function

The identifier specified with the OPTION PROLOGUE directive was not recognized as a defined macro function.

The user-defined prologue must be a macro function that returns the number of bytes needed for local variables and any extra space needed for the macro function.

* ML 6.0 compatible error

See Also

ASMC Error Messages