This is where I will learn how to code in Assebly
All x86 based assembly is in the x86
branch this includes both x86 and x86_64/x64
All ARM based assembly is in the ARM
branch this includes both 32 and 64 bit code
I use nasm
as my assembler for x86
I use the GNU Assmbler for ARM