DEBSOURCES
Skip Quicknav
sources / micropython / 1.25.0%2Bds-1 / tests / feature_check / inlineasm_thumb2.py
12345678910
# check if Thumb2/ARMV7M instructions are supported @micropython.asm_thumb def f(): it(eq) nop() print("thumb2")