A collection of assembly programs specifically with MacOS system calls and nasm intruction set for 8086 microprocessor.
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!
Get started with Hello World program in 8086.
Open to contributions of other programs as well!