Identifies instructions that access memory and prints associated memory addresses.
Note: vector instructions not fully implemented
Instructions are parsed in order:
- prefix
- REX prefix
- opcode
Then opcode determines which to parse between modrm byte, SIB, or immediate bytes.