copied asm here so that stays working while i break (an) arm
This commit is contained in:
13
lib/arm/arm_machine.rb
Normal file
13
lib/arm/arm_machine.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
require "vm/machine"
|
||||
|
||||
module Arm
|
||||
class ArmMachine < Vm::Machine
|
||||
|
||||
def word_load value
|
||||
"word"
|
||||
end
|
||||
def function_call call_value
|
||||
"call"
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user