summaryrefslogtreecommitdiff
path: root/main.asm
AgeCommit message (Collapse)Author
2010-06-14Fixed stupid constant error in underefDuncan Smith
2010-06-14Removed LABEL-flag_storage(a3) business, as A68k was choking on it :(Duncan Smith
2010-06-14Done with my first pass through the 1-byte opcodes.Duncan Smith
2010-06-12More instructions added, stubs created for IO operation.Duncan Smith
2010-06-12Made macro DONE consistent with fetch routineDuncan Smith
2010-06-12I'm not sure where this changeset came from, but it looks good ...Duncan Smith
2010-06-12Merge branch 'debrouxl'Duncan Smith
2010-06-12Worked in Lionel's changes to flags.asm, patched up main.asm slightly to fitDuncan Smith
2010-06-12Worked in Lionel's changes to main.asmDuncan Smith
2010-06-12Patch received in email from Lionel DebrouxDuncan Smith
2010-06-12Forgot a DONE on emu_op_22Duncan Smith
2010-06-11PUSHW correctedDuncan Smith
2010-06-11Added proper addressing, more instructionsDuncan Smith
2010-06-11Now RET should be correct ... stupid mistake.Duncan Smith
2010-06-11RET instruction addedDuncan Smith
2010-06-10Comment changes: flags TODOs added, timing estimate work started.Duncan Smith
2010-06-102-cycle speedups in the CP instructionsDuncan Smith
2010-06-10Moved opcode macros to more relevant locationsDuncan Smith
2010-06-10Parted out flag norm routines to subroutines, as they're huegDuncan Smith
2010-06-10Previous version doesn't assemble, added stub macrosDuncan Smith
2010-06-10Added many instructions, reworked a few macrosDuncan Smith
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