From b9b94713fc64b0b9443c3114c0c79d641db20a67 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Sun, 15 Aug 2021 03:59:50 -0400 Subject: Update documentation on x86 architecture Some new links are added from the latest CTF. Signed-off-by: Malfurious --- docs/re/registers.txt | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 docs/re/registers.txt (limited to 'docs/re/registers.txt') 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 -- cgit v1.2.3