mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
Supported return types are: object, bool, int, uint.
For example:
@micropython.asm_thumb
def foo(r0, r1) -> uint:
add(r0, r0, r1)
20 KiB
20 KiB