How To Use AFD Debugger
How To Use AFD Debugger
There are two ways to open the .com in the AFD debugger.
CMD> M2 DS : 100
Changing the Values of registers
If you want to change the values of the registers directly
in the debugger then here is the command:
register=value
For example, you want to set 1DD0 in DS register, you will
write like this:
ds=1DD0
and press Enter.
You can see the above command as changed the value of the
register.
Go to the desired location with arrow keys and type the new
value
On DOS command prompt type cls and press Enter to clear the
screen