summaryrefslogtreecommitdiffstats
path: root/libacc/tests/bellard.otccex.c
Commit message (Collapse)AuthorAgeFilesLines
* Various C++ improvementsJack Palevich2009-05-111-0/+126
+ Changed indentation, causes the stats to say there's a lot of lines changed. + Should be able to compile multiple times with the same compiler object. + Create a CodeBuffer class to hold the code. + Create a CodeGenerator class to encapsulate knowlege of the CPU instruction set. + Started filling in the code generator.