adds the simple object dependency

where the next object is dependent on the previous one
and just behind it, the padded_length away
This commit is contained in:
Torsten Ruger
2018-05-31 20:41:04 +03:00
parent 21a9c56ba9
commit 46fbfb7101
5 changed files with 79 additions and 12 deletions

View File

@ -105,5 +105,6 @@ module Risc
end
end
require_relative "object_position"
require_relative "object_listener"
require_relative "instruction_position"
require_relative "code_position"