more work on large moves, including the notion of linking again
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user