summaryrefslogtreecommitdiff
path: root/flags.asm
AgeCommit message (Collapse)Author
2010-07-02Temporary fixes for alignment issuesAstrid Smith
2010-06-26Corrected address error when accessing f_host_ccr.Astrid Smith
2010-06-19Changes from LionelAstrid Smith
2010-06-18Added carry bits normalization routineAstrid Smith
2010-06-18Small fixesAstrid Smith
2010-06-18Pseudocode for the carry generator writtenAstrid Smith
2010-06-18Added more flag stubsAstrid Smith
2010-06-18First go at flags_normalizeAstrid Smith
2010-06-18Fixed an error in f_calc_parityAstrid Smith
2010-06-18Added parity-calculation routineAstrid Smith
2010-06-18Fixed that, dc.w is NOT the same as ds.w.Astrid Smith
2010-06-18Trying to get the flags storage to work ...Astrid Smith
2010-06-14Removed LABEL-flag_storage(a3) business, as A68k was choking on it :(Astrid Smith
2010-06-14Done with my first pass through the 1-byte opcodes.Astrid Smith
2010-06-12More instructions added, stubs created for IO operation.Astrid Smith
2010-06-12Worked in Lionel's changes to flags.asm, patched up main.asm slightly to fitAstrid Smith
2010-06-12Patch received in email from Lionel DebrouxAstrid Smith
2010-06-10Parted out flag norm routines to subroutines, as they're huegAstrid Smith
2010-06-10Wooo, it assembles!Astrid Smith
2010-06-09Parted out flags to separate file, try 1 at fixing alignment issueAstrid Smith