Asmc Macro Assembler Reference
ASMC Warning A8019
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