summaryrefslogtreecommitdiffstatshomepage
path: root/py/asmbase.c
Commit message (Expand)AuthorAge
* all: Fix spelling mistakes based on codespell check.Damien George2023-04-27
* py/emit: Suppress unreachable bytecode/native code that follows jump.Damien George2022-06-20
* py: Rework bytecode and .mpy file format to be mostly static data.Damien George2022-02-24
* all: Reformat C and Python source code with tools/codeformat.py.Damien George2020-02-28
* py: Define EMIT_MACHINE_CODE as EMIT_NATIVE || EMIT_INLINE_ASM.Jun Wu2019-06-28
* py/asmbase: Revert removal of clearing of label offsets for native emit.Damien George2017-12-08
* py/{emitbc,asmbase}: Only clear emit labels to -1 when in debug mode.Damien George2017-12-08
* py/asm: Remove need for dummy_data when doing initial assembler passes.Damien George2016-12-09
* py: Allow inline-assembler emitter to be generic.Damien George2016-12-09
* py: Factor out common code from assemblers into asmbase.[ch].Damien George2016-11-28