debugging positions

This commit is contained in:
Torsten Ruger
2018-05-05 19:32:01 +03:00
parent d49d2665c5
commit 43d5521cfc
9 changed files with 30 additions and 17 deletions

View File

@ -37,6 +37,6 @@ class TestPositioned < MiniTest::Test
def test_pos_arm
mov = Arm::ArmMachine.mov :r1, 128
mov.set_position(0)
mov.set_position(0,0)
end
end