diff options
author | Oxore <oxore@protonmail.com> | 2023-05-20 16:41:59 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-05-20 16:41:59 +0300 |
commit | 429d978d108dfb77665f0c03a7190e2754c8fa1f (patch) | |
tree | 057c0eb090a7f9592c91ba9778795034e06bcd0f /test_marks_referencing.bash | |
parent | d9136afc4a89ad26663e18afd61683dd9dae523f (diff) |
Impl marks referencing for MOVE and MOVEA
Diffstat (limited to 'test_marks_referencing.bash')
-rw-r--r-- | test_marks_referencing.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test_marks_referencing.bash b/test_marks_referencing.bash index a5aaa67..237db1e 100644 --- a/test_marks_referencing.bash +++ b/test_marks_referencing.bash @@ -92,3 +92,4 @@ run_test_rdisp "braw .+2" "\x4e\x71\x60\x00\x00\x00" run_test_rword "moveml 0x0:w,%d0" "\x4c\xf8\x00\x01\x00\x00" run_test_rword "moveml 0x6:w,%a0" "\x4c\xf8\x01\x00\x00\x06\x4e\x71\x4e\x71" run_test_rword "movemw 0x0:l,%a0" "\x4e\x71\x4e\x71\x4c\xb9\x01\x00\x00\x00\x00\x02" +run_test_rword "movew 0x0:w,0x2:w" "\x4e\x75\x4e\x76\x31\xf8\x00\x00\x00\x02" |