circuitpython/ports/qemu/test-frzmpy
Alessandro Gatti 268acb714d py/emitinlinerv32: Add inline assembler support for RV32.
This commit adds support for writing inline assembler functions when
targeting a RV32IMC processor.

Given that this takes up a bit of rodata space due to its large
instruction decoding table and its extensive error messages, it is
enabled by default only on offline targets such as mpy-cross and the
qemu port.

Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
2025-01-02 11:49:10 +11:00
..
frozen_asm_rv32.py py/emitinlinerv32: Add inline assembler support for RV32. 2025-01-02 11:49:10 +11:00
frozen_asm_thumb.py tests/inlineasm: Make room for RV32IMC inline asm tests. 2025-01-01 10:44:50 +01:00
frozen_const.py qemu: Rename qemu-arm port to qemu. 2024-09-06 11:08:39 +10:00
frozen_viper.py qemu: Rename qemu-arm port to qemu. 2024-09-06 11:08:39 +10:00
native_frozen_align.py qemu: Rename qemu-arm port to qemu. 2024-09-06 11:08:39 +10:00