Write assembler on Windows

Written assembly

Assembly Language Kit: link: https: //pan.baidu.com/s/1biXtlVcb1HW9WoiliD6SbQ Password: 86zz

What is described using MASM assembler translation and links, as well as a Windows and Mac emu8086software is also very easy to use.

1. In the 32-bit machine (loom school, win7_x86)

  1. The kit MASMfolder to the C drive

    1

  2. Open cmd, came to this directory

    2

  3. Create a 1.asmfile, use the edittools for editing (edit is an editor, or notepadeasy to use)

    3

  4. Use editedit the code and save

    4

  5. masm 1;Compilation, will generate a 1.objfile

    5

  6. link 1;Link file

    6

  7. 1.exeOr 1;run a program

    7.1

    7.2

2. On 64-bit Windows machine

To call a DOSBoxtool to simulate a 32-bit environment.

  1. Installation DOSBoxall the way to next

  2. runDOSbox

  3. Binding MASMPath

    mount C C:\MASM

    3

  4. Switch to hang in the C drive

    4

  5. Then you can argue the same as above

    5.1

    5.2

    5.3

3. Mac assembler to write on

DOSBoxThere is also a Mac version.

Written assembly on MAC


Finished, inadequacies also please correct me.

Published 73 original articles · won praise 90 · views 40000 +

Guess you like

Origin blog.csdn.net/Hanoi_ahoj/article/details/84981239