remove link exception raise

need to fix move logic next
This commit is contained in:
Torsten Ruger
2018-05-05 23:55:50 +03:00
parent 40f4bfc287
commit 6b7e1e3932
5 changed files with 16 additions and 86 deletions

View File

@ -21,6 +21,11 @@ module Arm
ret
end
def insert(instruction)
super
@next.set_position( Risc::Position.position(self) + self.byte_length , 0) #FIXME
end
def set_position( position , count )
Risc::Position.set_position(self,position)
position += byte_length