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