Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 451 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 451 Bytes

Simple Assembly x86 snippets

Some programs I've written in Assembly language in high school (year: 2014/2015).
These snippets involve various Assembly programming techniques from very basic concepts (like performing a math operation) to more complex ones (like serial communication and graphic manipulation).

Specifically, these snippets are written in Assembly 8086, so they can run onto an Intel 8086 microprocessor.