1 2 3 4 5 6 7 8 9
# check if Thumb inline asm is supported @micropython.asm_thumb def f(): nop() print("thumb")