summaryrefslogtreecommitdiffstatshomepage
path: root/tests/feature_check/inlineasm_rv32.py
blob: 21dd103b6c3fe659f970e6db62caddccb378647e (plain) (blame)
1
2
3
4
5
6
7
8
9
# check if RISC-V 32 inline asm is supported


@micropython.asm_rv32
def f():
    add(a0, a0, a0)


print("rv32")