there is an error when i run following MASM command in NASM environment:
MOV BYTE PTR [DI-02H],0FH
it gives one error and one warning message:
warning: 'PTR' is not a NASM keyword [-w+ptr]
error: symbol 'PTR' not defined
here i want to know that what is NASM option for 'PTR' of MASM.