/Assembly-with-MacOS

Collection of Assembly Programs in 8086

Primary LanguageAssemblyApache License 2.0Apache-2.0

Assembly-with-MacOS

A collection of assembly programs specifically with MacOS system calls and nasm intruction set for 8086 microprocessor.

Setup

brew install nasm
git clone https://github.com/PikkaPikkachu/Assembly-with-MacOS
cd Assembly-with-MacOS

Now cd into any program and run it with the specified intruction at the end of code!

Tutorials

Get started with Hello World program in 8086.

Contributions

Open to contributions of other programs as well!