All posts categorized amd64
x86-64 TUTORIAL: INTRODUCTION
This is a sort of tutorial on programming in assembly using the
|
Posted on by Vikas N. Kumar. |
x86-64 TUTORIAL: ABI
ABI is an abbreviation for Application Binary Interface. Every processor’s instruction set has an ABI. This allows the developer to write code in the correct format that the processor is designed to accept. The x86-64 ABI document can be found at the following links: Read More → |
Posted on by Vikas N. Kumar. |
x86-64 TUTORIAL: ASSEMBLERS
2020 UPDATEIn 2006, there was only YASM that supported both the 32-bit |
Posted on by Vikas N. Kumar. |
x86-64 TUTORIAL: CALLING CONVENTIONS
SYSTEM CALLSSystem calls are made using the |
Posted on by Vikas N. Kumar. |
x86-64 TUTORIAL: CPUID
The x86 and x86-64 instruction sets have an instruction called |
Posted on by Vikas N. Kumar. |
Pages: | | | 1 | | | 2 | | | 3 | | | 4 | | | Next → |