give arm own instruction base class back
This commit is contained in:
@ -1,9 +1,7 @@
|
||||
module Arm
|
||||
# ADDRESSING MODE 4
|
||||
|
||||
class StackInstruction < Risc::Instruction
|
||||
include Constants
|
||||
include Attributed
|
||||
class StackInstruction < Instruction
|
||||
|
||||
def initialize(first , attributes)
|
||||
super(nil)
|
||||
|
Reference in New Issue
Block a user