summaryrefslogtreecommitdiffstatshomepage
path: root/tests/feature_check/inlineasm_thumb2.py
blob: bc4c128baf5dcc7f6496917cc95bd7de616e979b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# check if Thumb2/ARMV7M instructions are supported


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


print("thumb2")