Test complied parfait tests

this makes it obvious that we need a working raise
and a correct method_missing, so we can diagnose the 
resulting errors
This commit is contained in:
2019-09-14 20:12:33 +03:00
parent 56398e1127
commit b36ba42990
3 changed files with 37 additions and 14 deletions

View File

@ -31,7 +31,7 @@ module Risc
end
end
# dynamic version of an Branch branch that jumps to the contents
# dynamic version of an Branch that jumps to the contents
# of a register instead of a hardcoded address
# As Branches jump to Labels, this is not derived from Branch
# PS: to conditionally jump to a dynamic adddress we do a normal branch