rubyx/lib/register/register.rb
Torsten Ruger aa20f2ca77 renamed reg ref to reg val
more appropriate
alas, salaam-arm will break for a sec
2015-10-10 21:38:55 +03:00

12 lines
521 B
Ruby

require_relative "instruction"
require_relative "register_value"
require_relative "assembler"
require_relative "passes/frame_implementation"
require_relative "passes/set_implementation"
require_relative "passes/return_implementation"
require_relative "passes/call_implementation"
# So the memory model of the machine allows for indexed access into an "object" .
# A fixed number of objects exist (ie garbage collection is reclaming, not destroying and
# recreating) although there may be a way to increase that number.