Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/qzwlecr/80x86-asm-learning
- Owner: qzwlecr
- Created: 2018-03-26T17:47:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-22T03:03:00.000Z (over 6 years ago)
- Last Synced: 2024-08-04T02:08:16.830Z (5 months ago)
- Language: Assembly
- Size: 1.8 MB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-hust - qzwlecr-2018
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