ASSEMBLY FUN 馃捑
After spending some time programming in C I wanted to explore the world of assembly. Naturally, I went to YouTube and searched for assembly code. I found some excellent resources like, Fireship鈥檚 Assembly Language in 100 Seconds. I decided to install Netwide Assembler (NASM), an assembler for the x86 CPU architecture. I鈥檓 on a mac with an intel chip. To install the assembler I used HomeBrew: brew install nasm Below is the code for hello world....