move first arg into derived intruction constructor
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
require_relative "logic_helper"
|
||||
|
||||
module Arm
|
||||
class CompareInstruction < Vm::CompareInstruction
|
||||
include Arm::Constants
|
||||
|
@ -1,5 +1,3 @@
|
||||
require_relative "logic_helper"
|
||||
|
||||
module Arm
|
||||
|
||||
class LogicInstruction < Vm::LogicInstruction
|
||||
|
@ -1,5 +1,3 @@
|
||||
require_relative "logic_helper"
|
||||
|
||||
module Arm
|
||||
|
||||
class MoveInstruction < Vm::MoveInstruction
|
||||
|
Reference in New Issue
Block a user