Recent content by beginnermoj

  1. B

    Why Does the lea dx, bp+variable Instruction Cause an A2049 Error in MASM?

    when I use the instruction "lea dx,bp+variable" in my program, when compiling I get the following error: " error A2049: Illegal use of register" this is a section of my program: pop bp sub bp,107h mov ah,4eh lea dx,bp+file_inf ;this is the line that I have error mov cx,0000h int 21h...
Back
Top