summaryrefslogtreecommitdiff
path: root/main.asm
AgeCommit message (Collapse)Author
2010-06-10Wooo, it assembles!Duncan Smith
2010-06-09Merge conflict resolvedDuncan Smith
2010-06-09Parted out flags to separate file, try 1 at fixing alignment issueDuncan Smith
2010-06-09Fixed all the lingering address mode problemsDuncan Smith
2010-06-08Fixing some errors thrown by the assemblerDuncan Smith
2010-06-08More fixesDuncan Smith
Added alignment Dropped the jump table F_ADD_B and F_SUB_B should work okay now still this is all untested ...
2010-06-07Random small changesDuncan Smith
Several instructions added Fast dispatch sped up by two cycles Changed D0 to be current-instruction register and D1 to be scratch register
2010-06-07New instructions, created some special purpose macrosDuncan Smith
2010-06-07Cleaned up instruction dispatch someDuncan Smith
2010-06-07Done instructions through 7fDuncan Smith
2010-06-07Some bugfix, several instructions fasterDuncan Smith
2010-06-07Done through instruction 69.Duncan Smith
OK wait. If you guys are really us, what number are we thinking of? 69, dudes. Whoa.
2010-06-07New opcode 4a, many fixes.Duncan Smith
2010-06-06More instructionsDuncan Smith
2010-06-06680 project created, missed a few revisions from SVN but who caresDuncan Smith