|
You are here |
gpfault.net | ||
| | | | |
shellsharks.com
|
|
| | | | | An introduction to x86 Intel assembly. | |
| | | | |
www.cs.virginia.edu
|
|
| | | | | [AI summary] This text provides a comprehensive guide to x86 assembly language programming, focusing on the calling conventions, register usage, and stack management in the context of the x86 architecture. It covers the following key topics: | |
| | | | |
patshaughnessy.net
|
|
| | | | | [AI summary] The article discusses the process of learning to read x86 assembly language, focusing on how it can be a useful skill for understanding low-level operations of microprocessors. It outlines the challenges of reading assembly, especially in debugging scenarios, and provides an example of translating Ruby code into x86 assembly using Crystal. The article also explains the syntax and structure of x86 assembly, including register usage, instruction suffixes, and the differences between AT&T and Intel syntax. It highlights the complexity of x86 assembly due to its historical evolution and the need for understanding register sizes and operand notation. | |
| | | | |
ptomato.wordpress.com
|
|
| | | A Rust version of a virtual machine, inspired by a popular post from last month about a virtual machine in 125 lines of C | ||