sh-dis/tests/mull.s

19 lines
301 B
ArmAsm

.global _start
_start:
mov.l .L0a,r0
mov.l .L1a,r1
mul.l r0,r1 /* macl 0xffff5556 */
mov.l .L0b,r0
mov.l .L1b,r1
mul.l r0,r1 /* macl 0x048db058 */
.align 4
.L0a:
.long 0xfffffffe
.L1a:
.long 0x00005555
.L0b:
.long 0xffff0005
.L1b:
.long 0x12345678