remove resolve_to_register
which was, quite simply, from another era when more than message was pinned
This commit is contained in:
@ -13,8 +13,6 @@ module Risc
|
||||
# from and to are translated (from symbol to register if neccessary)
|
||||
# but index is left as is.
|
||||
def self.byte_to_reg( source , array , index , to)
|
||||
array = resolve_to_register( array)
|
||||
to = resolve_to_register( to)
|
||||
ByteToReg.new( source , array , index , to)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user