propagate instruction positions

still overlapping onto binaries, but a start
This commit is contained in:
Torsten Ruger
2018-06-05 18:11:25 +03:00
parent f35ee6425a
commit 8d953a619f
12 changed files with 68 additions and 69 deletions

View File

@ -26,6 +26,9 @@ module Parfait
def test_data_length
assert_equal 13 , @code.data_length
end
def test_padded_length
assert_equal 16*4 , @code.padded_length
end
def test_byte_length
assert_equal 13*4 , @code.byte_length
end