A8012.md

May 11, 2026 ยท View on GitHub

Asmc Macro Assembler Reference

ASMC Warning A8012

Size not specified, assuming:

This is a warning. may be BYTE, WORD or DWORD. The message may occur if an immediate value is written to an untyped memory reference:

    mov [ebx], 1

JWasm makes a guess and displays the warning, while ML will display an error in such cases.

* Non ML compatible warning

See Also

ASMC Error Messages | Error A2070