summaryrefslogtreecommitdiffstats
path: root/docs/re/registers.txt
diff options
context:
space:
mode:
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