getting conditional branch now

This commit is contained in:
2026-05-12 17:55:05 +02:00
parent 2be9570aa9
commit df68e42d61
8 changed files with 176 additions and 4 deletions
+2 -1
View File
@@ -24,6 +24,7 @@ add_subdirectory(external/capstone)
add_executable(weee main.cpp core/mem.cpp core/loaders/elf.cpp
core/loaders/dol.cpp
core/broadway.cpp
core/broadway/instructions.cpp)
core/broadway/instructions.cpp
core/broadway/mmio/vi.cpp)
target_link_libraries(weee PUBLIC capstone)
target_include_directories(weee PUBLIC core)