.global _start _start: mov.l .L0a,r0 mov.l .L1a,r1 dmulu.l r0,r1 /* mach 0x00005554 macl 0xffff5556 */ mov.l .L0b,r0 mov.l .L1b,r1 dmulu.l r0,r1 /* mach 0x014b72ff macl 0x12938229 */ mov.l .L0c,r0 mov.l .L1c,r1 dmulu.l r0,r1 /* mach 0x10e938cd macl 0xed6c7dd7 */ .align 4 .L0a: .long 0x00005555 .L1a: .long 0xfffffffe .L0b: .long 0x1234abcd .L1b: .long 0x1234abcd .L0c: .long 0xedcb5433 .L1c: .long 0x1234abcd