we have executables again

they are missing their initial jump, but reassemble fi
This commit is contained in:
Torsten Ruger
2015-06-09 11:37:32 +02:00
parent d765651a3d
commit 20b28077a1
2 changed files with 16 additions and 17 deletions

View File

@ -19,7 +19,7 @@ module Elf
@object_machine.run_passes
assembler = Register::Assembler.new(@object_machine)
set_text assembler.assemble
set_text assembler.write_as_string
# for debug add labels to the block positions
@object_machine.space.classes.values.each do |clazz|