Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 391 Bytes

A2145.md

File metadata and controls

13 lines (7 loc) · 391 Bytes

Asmc Macro Assembler Reference

ASMC Nonfatal Error A2145

EXPORT must be FAR : procedure

The given procedure was given EXPORT visibility and NEAR distance. All EXPORT procedures must be FAR. The default visibility may have been set with the OPTION PROC:EXPORT statement or the SMALL or COMPACT memory models.

* ML 6.0 compatible error

See Also

ASMC Error Messages