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

@ -33,8 +33,8 @@ class TestRunner < MiniTest::Test
assembly = program.assemble(StringIO.new)
writer.set_text assembly
writer.save("#{file}_test.o")
writer.set_text assembly.string
writer.save(file.gsub(".rb" , ".o"))
puts program.to_yaml
end