Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
@micropython.asm_thumb
def getIPSR():
mrs(r0, IPSR)
def getBASEPRI():
mrs(r0, BASEPRI)
print(getBASEPRI())
print(getIPSR())