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