mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-02 23:26:31 +00:00
Load/Store Multiple:
These instructions were changed to not embed the addressing mode within the MC instructions We also need to update the corresponding assert stmt. Also add two test cases. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128191 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -175,3 +175,9 @@
|
||||
|
||||
# CHECK: strtvc r5, [r3], r0, lsr #20
|
||||
0x30 0x5a 0xa3 0x76
|
||||
|
||||
# CHECK: stmiblo sp, {r0, r4, r8, r11, r12, pc}
|
||||
0x11 0x99 0x8d 0x39
|
||||
|
||||
# CHECK: ldmdb sp, {r0, r4, r8, r11, r12, pc}
|
||||
0x11 0x99 0x1d 0xe9
|
||||
|
Reference in New Issue
Block a user