diff options
author | Oxore <oxore@protonmail.com> | 2023-06-03 20:22:01 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-06-03 20:25:19 +0300 |
commit | b5c24afbc10a36f65e73d5ef2100da4ff173a109 (patch) | |
tree | e770a62f7b0f46ded2ab96f20010a26d376f26ce /test.bash | |
parent | 5c010acbd7291482ce953a2d9a9b857772b695d6 (diff) |
Impl -fimm-hex
Diffstat (limited to 'test.bash')
-rw-r--r-- | test.bash | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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-labels -frel-labels -flabels" +DISASM="./cmake-build/m68k-disasm -fabs-labels -frel-labels -flabels -fimm-hex" TEST_DIR=/tmp/m68k-disasm-tests set -e |