micropython/tests/feature_check/inlineasm_thumb2.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
125 B
Python
Raw Normal View History

# check if Thumb2/ARMV7M instructions are supported
@micropython.asm_thumb
def f():
it(eq)
nop()
print("thumb2")