diff options
Diffstat (limited to 'docs/re/registers.txt')
-rw-r--r-- | docs/re/registers.txt | 18 |
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 |