Monday, 4 May 2015

M-3 Previous Question Paper (2012 Pattern)

Download/View M-3 Question Papers (2012 Pattern)--> Here

Tuesday, 24 February 2015

How to use TASM in 64bit systems.

This tutorial will show you how to install/use TASM in 64bit Windows OS using DosBox.

DOWNLOAD's
DosBox : Download
TASM.zip : Download
debug.zip : Download
Step 1: Install DosBox, unzip TASM.zip and debug.zip.
Copy debug.exe from 'debug' folder 'TASM' folder.
Step 2: Mount the path to TASM folder in DosBox.
To Mount the path type following:
"mount 'any letter' 'path to TASM folder'" 


Now type the following "'any letter'"

All Done!! Now type any TASM command for instance type 'edit'.


For more tutorials like this visit http://surfnshare.blogspot.in/. Also you can request a tutorial in the comments.

Please comment for any questions or suggestions.


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.