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

https://github.com/apsrcreatix/8086

:mag_right: Simple Assembly Language Programs (8086)
https://github.com/apsrcreatix/8086

8086 asm assembly assembly-8086 assembly-language emu8086 intel

Last synced: 2 months ago
JSON representation

:mag_right: Simple Assembly Language Programs (8086)

Awesome Lists containing this project

README

        

# Simple Assembly Language Programs based on 8086

-------------------------------------------------
# About

- Assembly language is a low level programming language.These programs are intended for those who are familiar with assembler, or have a bit of idea about it. Of course if you have knowledge of some other programming language (Basic, C/C++, Pascal ...) that may help you a lot.But even if you are familiar with assembler, it is still a good idea to look through this document in order to study Emu8086 syntax.

-------------------------------------------------
# Source

+ Source for information about assembly language programming :
https://en.wikipedia.org/wiki/Assembly_language

+ Source for information about Intel 8086 :
https://en.wikipedia.org/wiki/Intel_8086

+ Source for information about complete 8086 instruction set :
http://www.electronics.dit.ie/staff/tscarff/8086_instruction_set/8086_instruction_set.html

--------------------------------------------------

- "It is not once nor twice but times without number that the same ideas make their appearance in the world." -Aristotle

Thanks !
Have A Nice Day 👌.
+ This is at https://github.com/apsrcreatix/8086