Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qzwlecr/80x86-asm-learning

Learn notes of 80x86.
https://github.com/qzwlecr/80x86-asm-learning

Last synced: about 2 months ago
JSON representation

Learn notes of 80x86.

Awesome Lists containing this project

README

        

# 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