rename machine to linker

even work is not quite finished, but helps root out offenders
(needless to say this is wip, deep red wip)
This commit is contained in:
Torsten Ruger
2018-07-01 13:45:14 +03:00
parent 57fc67ddf6
commit e10092a4be
3 changed files with 9 additions and 32 deletions

View File

@ -5,7 +5,8 @@ module Risc
def setup
Parfait.boot!
@machine = Risc.machine.boot
Risc.boot
@machine = Linker.new
end
def test_objects
objects = @machine.object_positions