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

@ -99,7 +99,7 @@ module Arm
def test_move_object
code = @machine.add( :r1 , label)
code.set_position(0)
code.set_position(0,0)
assert_code code , :add , [0x22,0x10,0x9f,0xe2] #e2 9f 10 22
end