-
How Debuggers Work: Getting and Setting x86 Registers
ASM FSAVE FXSAVE FreeBSD NetBSD X86 ptrace In this article, I would like to shortly describe the methods used to dump and restore the different kinds of registers on 32-bit and 64-bit x86 CPUs. The first part will focus on General Purpose Registers, Debug Registers and Floating-Point Registers up to the YMM register...
More like this (3)
-
Let's Learn x86-64 Assembly! Part 3 - Arithmetic and Logic
Let's Learn x86-64 Assembly! Part 3 - Arithmetic and Logic This post is a part of...
-
How many registers does an x86-64 CPU have?
How Many Registers Does An x86-64 CPU Have? — Certainly a lot more than I had...
-
mmcloughlin/avo
Avo: Better x86 Assembly Generation from Go — Avo makes assembly easier to write by using...