Hi!
I am from Karachi, Pakistan and I am trying to learn assembly. I am
following this tutorial.
http://www.scribd.com/doc/267365/A-Beginners-Course-In-Assembly-Language
It says that I should type the following lines
-a100
169C:0100 mov ax,1
169C:0103 mov bx,1
169C:0103 add ax,bx
And after this at the Debug hyphen prompt I should enter u100 17. But
pressing enter after this gives an error.
What is it that I am doing wrong?
Fahad