move first arg into derived intruction constructor

This commit is contained in:
Torsten Ruger
2014-05-18 10:27:35 +03:00
parent a35bba39bc
commit f65ad813af
4 changed files with 27 additions and 9 deletions

View File

@ -1,5 +1,3 @@
require_relative "logic_helper"
module Arm
class CompareInstruction < Vm::CompareInstruction
include Arm::Constants

View File

@ -1,5 +1,3 @@
require_relative "logic_helper"
module Arm
class LogicInstruction < Vm::LogicInstruction

View File

@ -1,5 +1,3 @@
require_relative "logic_helper"
module Arm
class MoveInstruction < Vm::MoveInstruction