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