some helper functions
for when i started the assembler div10 in the end i did the div10 in some, so no need
This commit is contained in:
@ -13,6 +13,9 @@ module Register
|
||||
"OperatorInstruction: #{left} #{operator} #{right}"
|
||||
end
|
||||
|
||||
def self.op source , operator , left , right
|
||||
OperatorInstruction.new source , operator , left , right
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user