Saturday, April 28, 2012



Here is an emulated version of the popular 8086 assembler software for 64 bit Windows systems. Download the software form the link below. Install the masm.exe file. After installation an icon named masm will appear on Desktop. Double clik it to open masm. Now type edit to add codes.

Download Masm

7 comments:

  1. afdebug 'filename.exe' says illegal command.... tell me how do i debug my programs..

    ReplyDelete
    Replies
    1. Try
      td filename.exe

      Do not change the installation directory while installing masm.

      Delete
    2. tried....it opens debug page and says error loading program

      Delete
  2. after editing the program I saved it exited to dos mode.then I gave following commands for compilation and execution,

    masm/zi filename.asm;
    link/co filename;
    cv/p filename

    for the last command i.e cv/p it shows cv:illegal command used

    so please help me to solve this issue.replay me as soon as possible.(os used is WINDOWS 8 64Bit)

    ReplyDelete
  3. Hey just download cv.exe file from the net and copy into masm directory

    ReplyDelete
  4. 'download masm' link not working

    ReplyDelete
  5. how to download cv.exe file from net plzz send me the link

    ReplyDelete