aboutsummaryrefslogtreecommitdiff
path: root/py/asmbase.h
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-12-12py/persistentcode: Add ability to relocate loaded native code.Damien George
2016-12-09py/asm: Remove need for dummy_data when doing initial assembler passes.Damien George
2016-12-09py/asmbase: Add MP_PLAT_COMMIT_EXEC option for handling exec code.Damien George
2016-11-28py: Factor out common code from assemblers into asmbase.[ch].Damien George