viewing paste Unknown #22315 | ASM

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
.section .init
.global _start
 
_start:
    ldr r0, =0x3f200000
    mov r1, #1
    lsl r1, #21
    str r1, [r0, #16]
    
    mov r1, #1
    lsl r1, #15
    str r1, [r0, #32]
 
    loop$:
    b loop$
 
Viewed 922 times, submitted by IntelligenceExalted.