summaryrefslogtreecommitdiffstats
path: root/docs/re/registers.txt
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2020-12-20 15:42:48 -0500
committerMalfurious <m@lfurio.us>2020-12-20 15:42:48 -0500
commit0c452f6508a2e14b22aa3abc93497ee6078a49f8 (patch)
treeebe81a8dd8faeba1974fd1ed99faddc6f2324764 /docs/re/registers.txt
parent185fbba630227258f705c3d843d458e02becf84e (diff)
downloadlib-des-gnux-0c452f6508a2e14b22aa3abc93497ee6078a49f8.tar.gz
lib-des-gnux-0c452f6508a2e14b22aa3abc93497ee6078a49f8.zip
Create RE documentation directory
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'docs/re/registers.txt')
-rw-r--r--docs/re/registers.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/re/registers.txt b/docs/re/registers.txt
new file mode 100644
index 0000000..c0a3fee
--- /dev/null
+++ b/docs/re/registers.txt
@@ -0,0 +1,18 @@
+Register sizes / mappings
+-------------------------
+
+The A register is used as an example
+
+ MSB LSB
+ +--------+--------+--------+--------+--------+--------+--------+--------+
+ | RAX |
+ +--------+--------+--------+--------+--------+--------+--------+--------+
+ | EAX |
+ +--------+--------+--------+--------+
+ | AX |
+ +--------+--------+
+ | AH | AL |
+ +--------+--------+
+
+
+# TODO - calling conventions