https://github.com/coderfatherbb/asm_programming
Assembly Language Programming Of 8086 Processer
https://github.com/coderfatherbb/asm_programming
Last synced: 9 months ago
JSON representation
Assembly Language Programming Of 8086 Processer
- Host: GitHub
- URL: https://github.com/coderfatherbb/asm_programming
- Owner: CoderFatherBB
- Created: 2022-09-09T07:13:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-04T14:13:37.000Z (about 3 years ago)
- Last Synced: 2025-02-07T12:48:50.814Z (10 months ago)
- Language: Assembly
- Size: 1.86 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ASM_Programming
Assembly Language Programming Of 8086 Processer
To run the Programs download all the give documents on D drive in a folder called TASM
Then install the DosBox and run the following commands:
. MOUNT P D:\TASM
. P:
Then to edit/type the code:
. EDIT .ASM
Then we need to compile the code and create EXE file to run the code:
. TASM .ASM
. TLINK .OBJ
. .EXE
To debug the code:
. TD .EXE