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_random.bash | |
parent | d9136afc4a89ad26663e18afd61683dd9dae523f (diff) |
Impl marks referencing for MOVE and MOVEA
Diffstat (limited to 'test_random.bash')
-rw-r--r-- | test_random.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_random.bash b/test_random.bash index a6e6d9d..094dad1 100644 --- a/test_random.bash +++ b/test_random.bash @@ -7,7 +7,7 @@ AS=m68k-none-elf-as OBJCOPY=m68k-none-elf-objcopy LD="m68k-none-elf-ld -Ttest.ld" -DISASM="./cmake-build/m68k-disasm -fabs-marks -frel-marks -fmarks" +DISASM="./cmake-build/m68k-disasm -fabs-marks -frel-marks -fmarks -frdc" TEST_DIR=/tmp/m68k-disasm-random-tests set -e |