Continued isolating x86_64-specific code from x86-specific code.
commit865d6b5a4fbd89101faa36b4971908c662e6f982
authorstrange <kawk256@gmail.com>
Tue, 29 Dec 2009 21:00:26 +0000 (29 13:00 -0800)
committerstrange <kawk256@gmail.com>
Tue, 29 Dec 2009 21:00:26 +0000 (29 13:00 -0800)
tree21cef3b14e475c8d91bdf2a1fe6187a9cbd873b0
parent3adef91199ae3fb5f0ec03cc835e07dcfd1cefff
Continued isolating x86_64-specific code from x86-specific code.

The next step is to find an opcode reference on the internet for x86_64
assembly; then actually begin the disassembler.
src/monitor/asm/Instruction.cpp
src/monitor/asm/Instruction.h
src/monitor/asm/Opcode.cpp
src/monitor/asm/Opcode.h
src/monitor/asm/Register.h
src/monitor/ptrace/Portal.cpp