rubyx/lib/mom/instruction.rb
Torsten Ruger 9c499c7a19 actually start doing something in to_mom
though still dummy
2017-04-12 11:53:02 +03:00

10 lines
109 B
Ruby

module Mom
# Base class for MOM instructions
class Instruction
end
end
require_relative "slot_load"