aboutsummaryrefslogtreecommitdiff
path: root/py/asmbase.c
AgeCommit message (Expand)Author
2022-02-24py: Rework bytecode and .mpy file format to be mostly static data.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-06-28py: Define EMIT_MACHINE_CODE as EMIT_NATIVE || EMIT_INLINE_ASM.Jun Wu
2017-12-08py/asmbase: Revert removal of clearing of label offsets for native emit.Damien George
2017-12-08py/{emitbc,asmbase}: Only clear emit labels to -1 when in debug mode.Damien George
2016-12-09py/asm: Remove need for dummy_data when doing initial assembler passes.Damien George
2016-12-09py: Allow inline-assembler emitter to be generic.Damien George
2016-11-28py: Factor out common code from assemblers into asmbase.[ch].Damien George