at least its in shape to start debugging again (that must count as half full)

This commit is contained in:
Torsten Ruger
2014-05-05 22:21:11 +03:00
parent 69b04d930f
commit 7d20b5e2df
15 changed files with 154 additions and 160 deletions

View File

@ -13,7 +13,7 @@ module Vm
# set the position to zero, will have to reset later
def initialize
@position = 0
@address = 0
end
# the position in the stream. Think of it as an address if you want. The difference is small.