Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 357 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 357 Bytes

assembly-coding

This is where I will learn how to code in Assebly

Structure Notes:

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


Syntax Note:

I use nasm as my assembler for x86
I use the GNU Assmbler for ARM