more compiler work

This commit is contained in:
Joel Dice 2008-04-16 20:55:38 -06:00
parent f85510c4c4
commit 3f45d39582
2 changed files with 477 additions and 1470 deletions

View File

@ -51,10 +51,11 @@ enum BinaryOperation {
const unsigned BinaryOperationCount = Xor + 1;
enum OperandType {
Constant,
Address,
Register,
Memory
ConstantOperand,
AddressOperand,
RegisterOperand,
MemoryOperand,
StackOperand
};
const unsigned OperandTypeCount = Memory + 1;

File diff suppressed because it is too large Load Diff