This website requires JavaScript.
Explore
Help
Register
Sign In
Lerking
/
micropython
Watch
1
Star
0
Fork
0
You've already forked micropython
mirror of
https://github.com/micropython/micropython.git
synced
2026-03-11 11:20:17 +01:00
Code
Issues
Actions
27
Packages
Projects
Releases
Wiki
Activity
Files
90fae9172a67f44e1fac967f628f26ddf90da963
micropython
/
tests
/
inlineasm
History
Damien George
664f03f466
tests: Add a test for argument passing to inline-asm functions.
2016-03-16 08:24:07 +00:00
..
asmargs.py
tests: Add a test for argument passing to inline-asm functions.
2016-03-16 08:24:07 +00:00
asmargs.py.exp
tests: Add a test for argument passing to inline-asm functions.
2016-03-16 08:24:07 +00:00
asmbcc.py
…
asmbcc.py.exp
…
asmbitops.py
…
asmbitops.py.exp
…
asmblbx.py
…
asmblbx.py.exp
…
asmconst.py
…
asmconst.py.exp
…
asmdiv.py
py: Implement sdiv/udiv for inline Thumb assembler.
2015-02-13 10:43:05 +00:00
asmdiv.py.exp
py: Implement sdiv/udiv for inline Thumb assembler.
2015-02-13 10:43:05 +00:00
asmfpaddsub.py
py/inlinethumb: Support for core floating point instructions.
2015-04-19 15:47:05 +01:00
asmfpaddsub.py.exp
…
asmfpcmp.py
…
asmfpcmp.py.exp
…
asmfpldrstr.py
…
asmfpldrstr.py.exp
…
asmfpmuldiv.py
…
asmfpmuldiv.py.exp
…
asmfpsqrt.py
…
asmfpsqrt.py.exp
…
asmit.py
py: Implement bl/bx instructions for inline Thumb assembler.
2015-02-16 18:17:07 +00:00
asmit.py.exp
…
asmpushpop.py
…
asmpushpop.py.exp
…
asmrettype.py
…
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
…
asmshift.py.exp
py: Add lsl/lsr/asr opcode support to inline Thumb2 assembler.
2015-10-19 14:26:19 +01:00
asmspecialregs.py
…
asmspecialregs.py.exp
…
asmsum.py
…
asmsum.py.exp
…