Corrected ARMAssemblyTest

This commit is contained in:
ghidra1 2020-09-24 10:36:58 -04:00
parent 6004401854
commit aa299897c6

View File

@ -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