Extracting the mom instruction from builtin modules
Since they were embedded at first (easier copy/paste) they now got own files, like their brethren also mini tests for each instruction , nice start
This commit is contained in:
12
lib/mom/builtin/exit.rb
Normal file
12
lib/mom/builtin/exit.rb
Normal file
@@ -0,0 +1,12 @@
|
||||
module Mom
|
||||
module Builtin
|
||||
class Exit < ::Mom::Instruction
|
||||
def to_risc(compiler)
|
||||
builder = compiler.builder(compiler.source)
|
||||
builder.prepare_int_return # makes integer_tmp variable as return
|
||||
Builtin.exit_sequence(builder)
|
||||
return compiler
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user