mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-18 00:20:10 +00:00
Corrected ARMAssemblyTest
This commit is contained in:
parent
6004401854
commit
aa299897c6
@ -45,8 +45,8 @@ public class ARMAssemblyTest extends AbstractAssemblyTest {
|
||||
|
||||
@Test
|
||||
public void testAssemble_stmcsda_r2_lr0r1r2r4r6r7r8lc() {
|
||||
assertOneCompatRestExact("stmcsda r2, {r0 r1 r2 r4 r6 r7 r8}^", "d7:01:42:28",
|
||||
"stmcsda r2,{r0 r1 r2 r4 r6 r7 r8}^");
|
||||
assertOneCompatRestExact("stmdacs r2, {r0 r1 r2 r4 r6 r7 r8}^", "d7:01:42:28",
|
||||
"stmdacs r2,{r0 r1 r2 r4 r6 r7 r8}^");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
Reference in New Issue
Block a user