Skip to content

Commit fb6f589

Browse files
committed
Support '(label,pc,d0.w)' syntax.
This goofy stuff is output by Ghidra, and SN 68k supports it. Also needed for old versions of the Puyo Puyo disassembly. See #20.
1 parent a88719e commit fb6f589

File tree

4 files changed

+799
-660
lines changed

4 files changed

+799
-660
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ add_executable(clownassembler_hash "tests/hash/hash.c")
5252
# Misc. test
5353
add_test(NAME misc_assemble COMMAND clownassembler -p -i "${CMAKE_CURRENT_SOURCE_DIR}/tests/shim.asm" -o "${CMAKE_CURRENT_BINARY_DIR}/misc.bin" WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/tests/")
5454

55-
add_test(NAME misc_compare COMMAND clownassembler_hash "${CMAKE_CURRENT_BINARY_DIR}/misc.bin" "8ea25dc5d6339367c4b61c871ac01e0d")
55+
add_test(NAME misc_compare COMMAND clownassembler_hash "${CMAKE_CURRENT_BINARY_DIR}/misc.bin" "080304d699b602d04c7a81c170b8b623")
5656
set_tests_properties(misc_compare PROPERTIES DEPENDS misc_assemble)
5757

5858
# Test valid MOVE_TO_SR instructions (this is made redundant by the 'valid_instructions' test and will likely be removed in the future).

0 commit comments

Comments
 (0)