wip, fixed some label, need more fixing
This commit is contained in:
@ -32,6 +32,7 @@ module Mom
|
||||
# adding the label to the instruction list (usually an if/while)
|
||||
def to_risc(compiler)
|
||||
int = Parfait.object_space.get_integer
|
||||
puts "ADDING int #{int}"
|
||||
compiler.add_constant(int)
|
||||
@risc_label ||= Risc.label(self,name , int , nil)
|
||||
end
|
||||
|
Reference in New Issue
Block a user