summaryrefslogtreecommitdiffstatshomepage
path: root/tests/inlineasm
Commit message (Expand)AuthorAge
* py/emitinlinerv32: Add inline assembler support for RV32.Alessandro Gatti2025-01-02
* tests/inlineasm: Make room for RV32IMC inline asm tests.Alessandro Gatti2025-01-01
* tests: Replace umodule with module everywhere.Jim Mussared2023-06-08
* top: Update Python formatting to black "2023 stable style".Jim Mussared2023-02-02
* py/compile: Support large integers in inline-asm data directive.Damien George2022-07-26
* tests/inlineasm: Add test for PUSH LR and POP PC.Christian Zietz2022-04-11
* tests: Format all Python code with black, except tests in basics subdir.David Lechner2020-03-30
* tests: Rename "array" module to "uarray".Damien George2019-10-22
* py: Allow to pass in read-only buffers to viper and inline-asm funcs.Damien George2019-08-06
* tests: Add a test for argument passing to inline-asm functions.Damien George2016-03-16
* py/inlineasm: Add ability to specify return type of asm_thumb funcs.Damien George2016-01-27
* py/inlinethumb: Remove 30-bit restriction on movwt instruction.Damien George2016-01-07
* py/emitinlinethumb: Add support for MRS instruction.Henrik Sölver2015-12-10
* py: In inline asm, vldr and vstr offsets now in bytes not words.adminpete2015-10-31
* py: Add lsl/lsr/asr opcode support to inline Thumb2 assembler.Damien George2015-10-19
* py/inlinethumb: Support for core floating point instructions.=2015-04-19
* tests: Add tests for inline assembler beq_n and beq_w ops.Damien George2015-03-02
* py: Implement bl/bx instructions for inline Thumb assembler.Damien George2015-02-16
* py: Implement clz and rbit for inline Thumb assembler.Damien George2015-02-13
* py: Implement sdiv/udiv for inline Thumb assembler.Damien George2015-02-13
* py: Implement push/pop for inline Thumb assembler.Damien George2015-02-13
* tests: Add inline assembler test for pyboard.Damien George2014-05-07