Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 463 Bytes

A2133.md

File metadata and controls

17 lines (9 loc) · 463 Bytes

Asmc Macro Assembler Reference

ASMC Nonfatal Error A2133

register value overwritten by INVOKE

A register was passed as an argument to a procedure, but the code generated by INVOKE to pass other arguments destroyed the contents of the register.

The AX, AL, AH, EAX, DX, DL, DH, and EDX registers may be used by the assembler to perform data conversion.

Use a different register.

* ML 6.0 compatible error

See Also

ASMC Error Messages