summaryrefslogtreecommitdiff
path: root/test_random.bash
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-05-20 16:41:59 +0300
committerOxore <oxore@protonmail.com>2023-05-20 16:41:59 +0300
commit429d978d108dfb77665f0c03a7190e2754c8fa1f (patch)
tree057c0eb090a7f9592c91ba9778795034e06bcd0f /test_random.bash
parentd9136afc4a89ad26663e18afd61683dd9dae523f (diff)
Impl marks referencing for MOVE and MOVEA
Diffstat (limited to 'test_random.bash')
-rw-r--r--test_random.bash2
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