https://medium.com/@gabedbatista/cpu-how-it-works-787ba07b9982
General good link
https://cs.lmu.edu/~ray/notes/x86assembly/
Loop
https://www.codepoc.io/blog/assembly-language/2665/program-to-print-counting-from-0-to-9?utm_source=20
https://www.cs.virginia.edu/~evans/cs216/guides/x86.html
https://wiki.osdev.org/X86-64_Instruction_Encoding
How to learn assembly language
https://www.whoishostingthis.com/resources/assembly-language/
https://www.cs.cmu.edu/~guna/15-123S11/Lectures/Lecture27.pdf
C and assembly
https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html#Extended-Asm
General
https://www.tenouk.com/Bufferoverflowc/Bufferoverflow1b.html
gcc -march=i386 get1.c