; memcpy(word *src, word *dst, int len) ; ;000002e0 : 2e0: e92d0010 stmdb sp!, {r4} 2e4: e1a03000 mov r3, r0 2e8: e1a0c001 mov ip, r1 2ec: e1a04122 mov r4, r2, lsr #2 2f0: ea000005 b 30c 000002f4 : 2f4: e1a0000c mov r0, ip 2f8: e28cc004 add ip, ip, #4 ; 0x4 2fc: e1a01003 mov r1, r3 300: e2833004 add r3, r3, #4 ; 0x4 304: e5911000 ldr r1, [r1] 308: e5801000 str r1, [r0] 0000030c : 30c: e1a00004 mov r0, r4 310: e2444001 sub r4, r4, #1 ; 0x1 314: e3500000 cmp r0, #0 ; 0x0 318: 1afffff5 bne 2f4 31c: e8bd0010 ldmia sp!, {r4} 320: e12fff1e bx lr 0