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

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

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