summaryrefslogtreecommitdiff
path: root/AsmParser.py
AgeCommit message (Collapse)AuthorFilesLines
2014-01-18Change license to MITPeter Wu1-11/+6
You are free to use this code under the terms of the MIT license. While at it, include my public e-mail address and remove trailing white space.
2013-02-22python3, pycparser 2.06 compatibilityPeter Wu1-2/+2
2011-12-04Support CONS and lonely labels when parsing .asm filesPeter Wu1-4/+19
2011-12-02Use DW instead of DS, add ASM source, fix some coding errorsPeter Wu1-3/+6
2011-12-02WIP for supporting ASM parsing and initialization of variables in @DATAPeter Wu1-33/+55
2011-12-02Add WIP for supporting existing asm filesPeter Wu1-0/+147