a-alto / Simple_Assembly_x86_snippets

Simple Assembly x86 programs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple Assembly x86 programs.


Languages

Language:Assembly 100.0%