summaryrefslogtreecommitdiffstats
path: root/docs/re/registers.txt
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2021-08-15 03:59:50 -0400
committerMalfurious <m@lfurio.us>2021-08-15 03:59:50 -0400
commitb9b94713fc64b0b9443c3114c0c79d641db20a67 (patch)
tree12f521ccbce7a76d35b40261887ebb04a65be9b9 /docs/re/registers.txt
parentcaf24aa1eeded533824c01f7289ec3b7cdc84634 (diff)
downloadlib-des-gnux-b9b94713fc64b0b9443c3114c0c79d641db20a67.tar.gz
lib-des-gnux-b9b94713fc64b0b9443c3114c0c79d641db20a67.zip
Update documentation on x86 architecture
Some new links are added from the latest CTF. Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to '')
-rw-r--r--docs/re/registers.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/docs/re/registers.txt b/docs/re/registers.txt
deleted file mode 100644
index c0a3fee..0000000
--- a/docs/re/registers.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-Register sizes / mappings
--------------------------
-
-The A register is used as an example
-
- MSB LSB
- +--------+--------+--------+--------+--------+--------+--------+--------+
- | RAX |
- +--------+--------+--------+--------+--------+--------+--------+--------+
- | EAX |
- +--------+--------+--------+--------+
- | AX |
- +--------+--------+
- | AH | AL |
- +--------+--------+
-
-
-# TODO - calling conventions