summaryrefslogtreecommitdiffstatshomepage
path: root/tests/feature_check/inlineasm_thumb.py
blob: 321eab0e2f87a0c237577fb810e0d9e1f1a5e783 (plain) (blame)
1
2
3
4
5
6
7
8
9
# check if Thumb inline asm is supported


@micropython.asm_thumb
def f():
    nop()


print("thumb")