summaryrefslogtreecommitdiff
path: root/alu.asm
AgeCommit message (Collapse)Author
2010-09-14Conditional jumps work now.Duncan 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.Duncan 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 issuesDuncan Smith
2010-06-26Completed CP macro-instructionDuncan Smith
2010-06-26Parted out remaining un-written ALU instructions.Duncan Smith
2010-06-26Parted out ADC macro-instructionDuncan Smith
2010-06-26Parted out ADD macro-instructionDuncan Smith
2010-06-21Parted out F_SUB_B to alu_sub.Duncan Smith
2010-06-21Parted out F_SBC_B to alu_sbc.Duncan Smith
2010-06-14Fixed stupid constant error in underefDuncan Smith