reenable now working tests
This commit is contained in:
@ -21,7 +21,6 @@ module Risc
|
||||
instruction.assemble(self)
|
||||
end
|
||||
instruction = instruction.next
|
||||
puts "Next #{instruction.to_s}"
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -97,7 +97,7 @@ module Risc
|
||||
def create_binary
|
||||
objects.each do |id , method|
|
||||
next unless method.is_a? Parfait::TypedMethod
|
||||
puts "Binary for #{method.name}:#{}"
|
||||
#puts "Binary for #{method.name}:#{}"
|
||||
writer = BinaryWriter.new(method.binary)
|
||||
writer.assemble(method.cpu_instructions)
|
||||
end
|
||||
|
Reference in New Issue
Block a user