fix util namespace

and instruction move ripples
This commit is contained in:
Torsten Ruger
2018-03-26 20:05:30 +03:00
parent c5b3c3f106
commit 4cc1d8455e
7 changed files with 45 additions and 53 deletions

View File

@ -30,7 +30,7 @@ module Risc
def test_write_space
@assembler = Assembler.new(@machine , Collector.collect_space)
assert @machine.translate_arm
assert @assembler.write_as_string
#assert @assembler.write_as_string
end
end
end