summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-18Add .gitignoreHEADmasterPeter Wu1-0/+5
2014-01-18README updatePeter Wu1-11/+31
2014-01-18Change license to MITPeter Wu10-115/+89
2013-02-22python3, pycparser 2.06 compatibilityPeter Wu3-23/+29
2011-12-09Support nested case/default labelsPeter Wu2-21/+50
2011-12-09Fix value of logical not (!) expressionPeter Wu2-2/+5
2011-12-09Hide cast warningsPeter Wu1-3/+3
2011-12-09Add some testsPeter Wu8-0/+106
2011-12-08Fix "None" bug with implicitly declared functionsPeter Wu1-2/+2
2011-12-07Fix result of ternary expressionPeter Wu1-4/+5
2011-12-07Fix PSW flags after doing a divison/modulo operationPeter Wu1-0/+4
2011-12-07Fix the result of a >> expressionPeter Wu1-0/+4
2011-12-07Proper fix for calculating negative constantsPeter Wu1-6/+4
2011-12-06Add tests for memory address handling, fix compiler for negative constantPeter Wu3-1/+15
2011-12-06Fix stack corruption when using arguments (param access off by one)Peter Wu3-4/+8
2011-12-06Add testcase for function paramsPeter Wu1-0/+9
2011-12-05Provide information on functions missing in C but found in ASMPeter Wu2-0/+23
2011-12-04Update main warning if fn_main label exists, update README for automatic varsPeter Wu2-2/+7
2011-12-04Slightly better formatting of parsed asmPeter Wu1-5/+2
2011-12-04Support CONS and lonely labels when parsing .asm filesPeter Wu2-4/+22
2011-12-04Replace outdated statements list by isTypeStatementPeter Wu1-3/+1
2011-12-04Add -Dmacro[=defn] and -Umacro support, remove mention of array supportPeter Wu2-14/+17
2011-12-03Correct array initialization, add testcasePeter Wu3-33/+29
2011-12-03Fix error when initializing an array and with constant initPeter Wu1-17/+13
2011-12-03Add some testsPeter Wu3-0/+35
2011-12-03Support for static functionsPeter Wu2-7/+25
2011-12-03Support multiple declarations in the global scopePeter Wu3-5/+35
2011-12-03Support global static variablesPeter Wu2-15/+25
2011-12-03Fix issue with globals being local to filesPeter Wu1-6/+13
2011-12-03Process function declarations to avoid "undefined function" warningsPeter Wu3-7/+29
2011-12-03Give the context in the warning for undefined functionsPeter Wu1-5/+8
2011-12-02Fix constant value eval and declaration and initialization of array elementsPeter Wu2-47/+109
2011-12-02Use DW instead of DS, add ASM source, fix some coding errorsPeter Wu4-16/+37
2011-12-02WIP for supporting ASM parsing and initialization of variables in @DATAPeter Wu5-39/+231
2011-12-02Add WIP for supporting existing asm filesPeter Wu2-1/+175
2011-12-02Remove old label when setting a new one, add method for getting a labelPeter Wu1-3/+13
2011-12-02Fix array initializerPeter Wu1-1/+0
2011-12-02Fix error on function declaration without definitionPeter Wu1-7/+10
2011-12-02Apparantly windows sucks hard and you can still use a binary in the current dirPeter Wu1-4/+4
2011-12-02Windows still sucks, but I need to make better documentationPeter Wu1-4/+5
2011-12-02Windows sucksPeter Wu1-5/+4
2011-12-02Support automatic processing through cppPeter Wu2-17/+44
2011-12-01Update TODO, README and add notes for call conventionPeter Wu3-9/+51
2011-12-01Fix stack corruption, support func calls with arguments and automatic variablesPeter Wu3-100/+132
2011-12-01Add some debugging aidPeter Wu1-34/+81
2011-12-01WIP for func parameter support and local (automatic) variablesPeter Wu5-45/+147
2011-12-01Separate Function classPeter Wu2-11/+31
2011-12-01Split classes in separate filesPeter Wu5-391/+465
2011-12-01Support for <<= and >>=, refactor and comments, fix math_ops corruptionPeter Wu3-76/+105
2011-11-30Support for all assignment except shifting, fix rightshift bugPeter Wu3-27/+42