Merge pull request #11497 from vyuuui/debugger_assembler_ui

Built-in assembler for debugger interface
This commit is contained in:
Tilka 2023-12-16 21:15:31 +00:00 committed by GitHub
commit 773ffd04b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
120 changed files with 9774 additions and 11 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,3 +1,4 @@
add_dolphin_test(AssemblerTest AssemblerTest.cpp)
add_dolphin_test(BitFieldTest BitFieldTest.cpp)
add_dolphin_test(BitSetTest BitSetTest.cpp)
add_dolphin_test(BitUtilsTest BitUtilsTest.cpp)