Continued implementing framework for representing assembly instructions.
commit93e66c0c7bbc5427733c2e47154ce251a0e1e676
authorstrange <kawk256@gmail.com>
Wed, 30 Dec 2009 20:11:22 +0000 (30 12:11 -0800)
committerstrange <kawk256@gmail.com>
Wed, 30 Dec 2009 20:11:22 +0000 (30 12:11 -0800)
tree8d771ae410c037caf19ef65ac2a846d9384d835b
parentf9dbd43cad6838d5280801a6802638b4719006ae
Continued implementing framework for representing assembly instructions.

Nothing special, but I think the representation framework is complete now, and
is ready for the actual disassembly part . . . otherwise known as the hard
part.
src/monitor/asm/Instruction.cpp
src/monitor/asm/Instruction.h
src/monitor/asm/Opcode.cpp
src/monitor/asm/Opcode.h
src/monitor/asm/Operand.cpp [new file with mode: 0644]
src/monitor/asm/Operand.h [new file with mode: 0644]
src/monitor/asm/Register.h