DEBSOURCES
Skip Quicknav
sources / micropython / 1.25.0%2Bds-1 / tests / feature_check / inlineasm_thumb.py
123456789
# check if Thumb inline asm is supported @micropython.asm_thumb def f(): nop() print("thumb")