at least its in shape to start debugging again (that must count as half full)

This commit is contained in:
Torsten Ruger
2014-05-05 22:21:11 +03:00
parent 69b04d930f
commit 7d20b5e2df
15 changed files with 154 additions and 160 deletions

View File

@@ -1,10 +1,7 @@
require "vm/instruction"
require_relative "constants"
Vm::Instruction.class_eval do
include Arm::Constants
COND_POSTFIXES = Regexp.union( Arm::Constants::COND_CODES.keys.collect{|k|k.to_s} ).source
class Saved
def initializ(opcode , condition_code , update_status , args)
@update_status_flag = update_status