DEBSOURCES
Skip Quicknav
sources / micropython / 1.25.0%2Bds-1 / tests / inlineasm / thumb / asmspecialregs.py
123456789101112
@micropython.asm_thumb def getIPSR(): mrs(r0, IPSR) @micropython.asm_thumb def getBASEPRI(): mrs(r0, BASEPRI) print(getBASEPRI()) print(getIPSR())