summaryrefslogtreecommitdiff
path: root/alu.asm
AgeCommit message (Collapse)Author
2010-09-14Conditional jumps work now.Astrid Smith
Holy shit that was a hairy debug session. I have a lot to look forward to.
2010-08-02HACK XXX UNDO LATER Made relative flag references absolute.Astrid Smith
A68k wanted to add relocations, but couldn't figure out how. Undo this later when it's speed time, as this (probably) slows things down a bit.
2010-07-02Temporary fixes for alignment issuesAstrid Smith
2010-06-26Completed CP macro-instructionAstrid Smith
2010-06-26Parted out remaining un-written ALU instructions.Astrid Smith
2010-06-26Parted out ADC macro-instructionAstrid Smith
2010-06-26Parted out ADD macro-instructionAstrid Smith
2010-06-21Parted out F_SUB_B to alu_sub.Astrid Smith
2010-06-21Parted out F_SBC_B to alu_sbc.Astrid Smith
2010-06-14Fixed stupid constant error in underefAstrid Smith