micropython/tests/inlineasm
Damien George 8f54c08691 py/inlineasm: Add ability to specify return type of asm_thumb funcs.
Supported return types are: object, bool, int, uint.

For example:

@micropython.asm_thumb
def foo(r0, r1) -> uint:
    add(r0, r0, r1)
2016-01-27 14:27:10 +00:00
..
asmbcc.py
asmbcc.py.exp
asmbitops.py
asmbitops.py.exp
asmblbx.py
asmblbx.py.exp
asmconst.py py/inlinethumb: Remove 30-bit restriction on movwt instruction. 2016-01-07 16:34:11 +00:00
asmconst.py.exp py/inlinethumb: Remove 30-bit restriction on movwt instruction. 2016-01-07 16:34:11 +00:00
asmdiv.py
asmdiv.py.exp
asmfpaddsub.py
asmfpaddsub.py.exp
asmfpcmp.py
asmfpcmp.py.exp
asmfpldrstr.py py: In inline asm, vldr and vstr offsets now in bytes not words. 2015-10-31 10:50:45 +00:00
asmfpldrstr.py.exp
asmfpmuldiv.py
asmfpmuldiv.py.exp
asmfpsqrt.py
asmfpsqrt.py.exp
asmit.py
asmit.py.exp
asmpushpop.py
asmpushpop.py.exp
asmrettype.py py/inlineasm: Add ability to specify return type of asm_thumb funcs. 2016-01-27 14:27:10 +00:00
asmrettype.py.exp py/inlineasm: Add ability to specify return type of asm_thumb funcs. 2016-01-27 14:27:10 +00:00
asmshift.py py: Add lsl/lsr/asr opcode support to inline Thumb2 assembler. 2015-10-19 14:26:19 +01:00
asmshift.py.exp py: Add lsl/lsr/asr opcode support to inline Thumb2 assembler. 2015-10-19 14:26:19 +01:00
asmspecialregs.py py/emitinlinethumb: Add support for MRS instruction. 2015-12-10 17:32:54 +00:00
asmspecialregs.py.exp py/emitinlinethumb: Add support for MRS instruction. 2015-12-10 17:32:54 +00:00
asmsum.py
asmsum.py.exp