Hello. Faced two problems. Just started to go through work with machine code. I did everything step by step, as it was in the methodical instructions.
In general, a program has been created. Using the command line, launched its debug program.COM . Use the debugger to view the source program: -U . Then he traced it as in the assignment. And here are the questions go sequentially:
- using the command
Ufind the address 6 of the command MOV AX, 0001? - and then using command
Ato replace command MOV AX, 0001 with command? MOV AX, 0002.
This is the first work with similar codes, I could not find a suitable answer on the Internet, please tell me what to enter.