aboutsummaryrefslogtreecommitdiff
path: root/tests/inlineasm/asmrettype.py.exp
AgeCommit message (Collapse)Author
2016-01-27py/inlineasm: Add ability to specify return type of asm_thumb funcs.Damien George
Supported return types are: object, bool, int, uint. For example: @micropython.asm_thumb def foo(r0, r1) -> uint: add(r0, r0, r1)