Skip to content

This project focuses on only Assembly and Some core algorithms. This will give learns an opportunity to visualize how code actually works inside.

Notifications You must be signed in to change notification settings

koushikjay66/assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming in Assembly(Intel 8086)

Intel 8086 was a 16 bit microprocessor. Released in 1979 , it was at that time state of the art processing unit running from 5 to 10 MHz clock speed.

Register Information

Register Name Usage
AX General Purpost
BX General Purpost
CX General Purpost
DX General Purpost
SI Index Register
DI Index Register
SS Stack Segment
SP Stack Pointer
DS Data Segment
ES Extra Segment

About

This project focuses on only Assembly and Some core algorithms. This will give learns an opportunity to visualize how code actually works inside.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published