mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-05-04 18:22:43 +02:00
Start implementing Thumb disassembler
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
#include <catch.hpp>
|
||||
|
||||
#include "frontend/disassembler_arm.h"
|
||||
#include "frontend/disassembler.h"
|
||||
|
||||
TEST_CASE( "Disassemble branch instructions", "[arm][disassembler]" ) {
|
||||
REQUIRE(Dynarmic::Arm::DisassembleArm(0xEAFFFFFE) == "b +#0");
|
||||
|
||||
Reference in New Issue
Block a user