Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 407 Bytes

A2190.md

File metadata and controls

13 lines (7 loc) · 407 Bytes

Asmc Macro Assembler Reference

ASMC Nonfatal Error A2190

INVOKE requires prototype for procedure

The INVOKE directive must be preceded by a PROTO statement for the procedure being called. When using INVOKE with an address rather than an explicit procedure name, you must precede the address with a pointer to the prototype.

* ML 6.0 compatible error

See Also

ASMC Error Messages