Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Even in Cortex-M, most array accesses are two instructions (lsls+ldr), as the ldr includes a "free" register+register add. For example, given an index in r0 and an array base address in r3:

    lsls    r0, r0, #2
    ldr     r0, [r0, r3]



Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: