Saturday, 20 December 2014

Run Debug command in 64 bit systems


Get this error while trying to run the "Debug" command in your command prompt?
Well its most likely reason is that you have 64 bit OS installed on your machine and debug.exe is designed for 16 bit architecture. 

So here is a tutorial about how to run "debug.exe" in out 64 bit OS:

Step 1: Download and install DOSBox.

Download DOSBox from this link : http://www.dosbox.com/download.php?main=1


Run the downloaded .exe and continue with the installation.




Now open DOSBox from your desktop:




Now type in this command :
" mount 'drive letter' 'label name' "
This command is to mount the drive in which debug.exe is saved, in my case its D. 


Now to run debug.exe, just type :
'mounted drive letter':"
 Press enter. And you shall see this :


Now type:
" 'path to debug.exe' debug.exe "

Thats it!! You have started the assembler or debug.exe!!
To check just type "?" and you shall see this.



comment below for any questions.


No comments:

Post a Comment