start on redoing instruction positions

using insruction listeners (wip)
This commit is contained in:
Torsten Ruger
2018-06-02 21:20:15 +03:00
parent 3bc35c2275
commit 24f6e30b54
7 changed files with 36 additions and 21 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.set( self , my_pos.at , my_pos.binary)
Risc::Position::InstructionListener.init(instruction , my_pos.get_code)
end
end
end