Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 316 Bytes

A2082.md

File metadata and controls

15 lines (10 loc) · 316 Bytes

Asmc Macro Assembler Reference

ASMC Nonfatal Error A2082

cannot mix 16- and 32-bit registers

An address expression contained both 16- and 32-bit registers. For example, the following expression causes this error:

    [bx+edi]

* ML 6.0 compatible error

See Also

ASMC Error Messages