Constant assumed to mean immmediate constant

This warning appears if you use an expression such as [0], which under
MASM is interpreted as simply 0. For example,

mov ax,[0] ;means mov ax,0 NOT mov ax,[ds:0]