qzwlecr / 80x86-asm-learning

Learn notes of 80x86.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

80x86-asm-learn-notes

Dosbox Configuration

  • Find configuration file in ~/.dosbox/*.conf.
  • In section[sdl], change windowresolution to suitable resolution and output to opengl.
  • In section[autoexec], write startup script.

For Example:

    mount C: /some_path/80x86-asm-learning/
    path %path%;C:\tools\bats;C:\tools\masm611;C:\tools\td;C:\tools\vim\;
    C:

Environment Configuration

  • Use masm and link to assemble and link
  • Use nmake to make a list of files
  • Use td to debug.
  • Use vim to edit file

About

Learn notes of 80x86.


Languages

Language:Assembly 69.1%Language:Vim Script 29.4%Language:Batchfile 1.0%Language:Shell 0.3%Language:Makefile 0.2%