Tuesday, June 05, 2012

Installing MASM under DosBOX

Working with MASM using DOSBOX Under Windoze environment

-----------------------------------------------------------------------------------------------------------------------
1.0 Required Packages:
i) MASM ( to download click here (MASM + MP lab programs) )
ii) DosBOX ( download the latest version from here )

Note: You can execute asm programs under dos , but dosBox is highly recommended. it gives highest level of compatibility.
------------------------------------
2.0
--> Download and install DOSBOX
--> Extarct "masm.zip" under C:\ Drive
-----------------------------------
3.0
Launch DOSBOX
i) Mount the directory
MOUNT C C:\masm
ii) Change the Drive to C:
C:
iii) Compile and run..
MASM prog6.asm;;
LINK prog6.obj;
prog6.exe
TD prog6.exe


-----------------------------------
4.0
VERY IMPORTANT :
LIFE SAVING DOSBOX SHORTCUTS

alt + Enter : FULL SCREEN
Ctrl + F10 : RELEASE/CAPTURE MOUSE

-----------------------------------


Working with MASM using DOSBOX Under GNU/Linux environment


$sudo apt-get install dosbox
$dosbox

Z:\>mount C /path/to/masm/dir/


reference link:

http://www.dosbox.com/wiki/Basic_Setup_and_Installation_of_DosBox

anything other than copyright issues @ : yajnesh[dot]t[at]gmail[dot]com ... :-D


You may freely copy, share and redistribute this work

2 comments:

  1. Long mystery of “THE MATRIX IN U” is revealed…
    LinuxAyana has begun.
    I sent some cash ($1000000000), chocolates… plz receive.
    With best wishes 
    ಕಂಡಷ್ಟೂ ಖಗೋಳ

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete