fold position module and object position

simpler that way, aslo code is moving to listners
This commit is contained in:
Torsten Ruger
2018-06-02 21:59:41 +03:00
parent 24f6e30b54
commit c2d450f779
17 changed files with 381 additions and 441 deletions

View File

@ -25,7 +25,7 @@ module Arm
super
my_pos = Risc::Position.get(self)
# set my position to set next according to rules
Risc::Position::InstructionListener.init(instruction , my_pos.get_code)
Risc::InstructionListener.init(instruction , my_pos.get_code)
end
end
end