copies of the old code to start the new layer
This commit is contained in:
10
lib/vm/instruction.rb
Normal file
10
lib/vm/instruction.rb
Normal file
@ -0,0 +1,10 @@
|
||||
module Vm
|
||||
|
||||
# Instruction is an abstract for all the code of the object-machine. Derived classe make up the actual functionality
|
||||
# of the machine.
|
||||
# All functions on the machine are captured as instances of instructions
|
||||
#
|
||||
class Instruction
|
||||
end
|
||||
|
||||
end
|
Reference in New Issue
Block a user