fixed layouts
also moved objects to machine, from space space has a list of objects, but implicit, not as an explicit array
This commit is contained in:
@ -18,7 +18,7 @@ module Elf
|
||||
@object.add_section @text
|
||||
|
||||
@object_machine.run_passes
|
||||
assembler = Register::Assembler.new(@object_machine.space)
|
||||
assembler = Register::Assembler.new(@object_machine)
|
||||
set_text assembler.assemble
|
||||
|
||||
# for debug add labels to the block positions
|
||||
|
Reference in New Issue
Block a user