summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-18First go at flags_normalizeDuncan Smith
2010-06-18Fixed an error in f_calc_parityDuncan Smith
2010-06-18Added parity-calculation routineDuncan Smith
2010-06-18Fixed that, dc.w is NOT the same as ds.w.Duncan Smith
2010-06-18Trying to get the flags storage to work ...Duncan Smith
2010-06-18Port input code added for port 0x10Duncan Smith
2010-06-18Small documentation changes, a few instructions reworkedDuncan Smith
2010-06-18Added TODO item: MakefileDuncan Smith
2010-06-18Added code for RST instructions. Perhaps it should be a macro instead?Duncan Smith
2010-06-18MergeDuncan Smith
2010-06-18Made memory-access macros work properlyDuncan Smith
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-12README and TODO updatesDuncan 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-12Added TODO listDuncan 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-12Fixed timing estimates in READMEDuncan 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-11More README updatesDuncan Smith
2010-06-11Added some text to the READMEDuncan 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-08Playing with the readme formattingDuncan Smith
2010-06-08Added readme fileDuncan Smith
2010-06-08More fixesDuncan Smith
2010-06-07Random small changesDuncan Smith
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