https://github.com/eyellen/intel8086-x16-assembler
Set to compile x16-Assembler programs for Intel8086-16bit microprocessor
https://github.com/eyellen/intel8086-x16-assembler
assembler dosbox
Last synced: 6 months ago
JSON representation
Set to compile x16-Assembler programs for Intel8086-16bit microprocessor
- Host: GitHub
- URL: https://github.com/eyellen/intel8086-x16-assembler
- Owner: Eyellen
- Created: 2022-12-04T13:57:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T09:53:13.000Z (about 3 years ago)
- Last Synced: 2025-06-17T11:49:20.275Z (7 months ago)
- Topics: assembler, dosbox
- Language: Assembly
- Homepage:
- Size: 1.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intel8086-x16-Assembler
Set to compile and run x16-Assembler programs in DOSBox.
# Using
When you run DOSBox it will run dosbox.conf and then it will run Start.bat from root folder, thereby it will try to find and run program indicated in Start.bat automatically. If you want to change logic you can go read dosbox.conf and Start.bat, I leaved comments there.
To use just download this repo and past it to C:\ASM folder. Or you can change path to whatever you like, open dosbox.conf in DOSBox folder and change the path that placed after mount command.
To change path to program you want to run, open Start.bat in root folder and change path.
# Debug
Debugging starts automatically (from Start.bat file).
To use it you'll need to know:
- p - Is to make 1 step.
- d - Look at memory (with ds: arg you can check specific address of memory, for example d ds:0).
- q - Quit debugging.
# Note:
- Program should be named program.asm (or change it in Start.bat file).
- Program should be placed in \Projects\ (or change it in Start.bat file).