bring the blocks down to mom level

reusing message_setup, but adding yield specific instructions
This commit is contained in:
Torsten Ruger
2018-07-24 11:35:49 +03:00
parent d80ef4bf4e
commit f5c284b3a0
10 changed files with 131 additions and 36 deletions

View File

@ -26,7 +26,7 @@ module Risc
assert @branch.precheck_called
end
end
class TestBranchListenerPositioned #< MiniTest::Test
class TestBranchListenerPositioned < MiniTest::Test
def setup
@machine = Risc.machine.boot
@machine.translate(:interpreter)