Constant assumed to mean immmediate constantThis warning appears if you use an expression such as [0], which underMASM is interpreted as simply 0. For example, mov ax,[0] ;means mov ax,0 NOT mov ax,[ds:0]