In my masm project there is one line of code as given below
LDS SI,[SS:BX]
When i try to execute above line of code then MASM gives following error:
ERROR: invalid use of
register
Please guide me.
In my masm project there is one line of code as given below
LDS SI,[SS:BX]
When i try to execute above line of code then MASM gives following error:
ERROR: invalid use of
register
Please guide me.