more work on large moves, including the notion of linking again

This commit is contained in:
Torsten Ruger
2014-09-17 17:00:19 +03:00
parent 4af93493fb
commit 49b6b99ab9
5 changed files with 45 additions and 47 deletions

View File

@@ -56,6 +56,10 @@ module Virtual
def mem_length
padded(1 + string.length)
end
def set_position pos
puts "STRING #{pos} #{string}"
super
end
def position
return @position if @position
return @string.position if @string.position