summaryrefslogtreecommitdiff
path: root/opcodes.asm
AgeCommit message (Expand)Author
2010-09-13Made HALT instruction halt, even if it's not a very good way to haltAstrid Smith
2010-09-13Small patch to make JR reliableAstrid Smith
2010-09-10XXX UNDO LATER: Performance degrading change to make debugging easierAstrid Smith
2010-09-10I think I nailed all the remaining wrong-sized moves of address registers ...Astrid Smith
2010-09-10Widened spacing to 64 bytes/instr to give myself some breathing room for nowAstrid Smith
2010-09-10CALL was mistakenly fetching an extra word and jumping to JP NZ instead of JPAstrid Smith
2010-09-10Fix to make PUSHW use d2 instead of d0Astrid Smith
2010-09-10Two more fixesAstrid Smith
2010-09-10Lazy, slow hack to FETCHW and FETCHWI becuase I forgot about endiannessAstrid Smith
2010-09-06Registers holding emulated registers are now named.Astrid Smith
2010-09-06Fixes to actually run codeAstrid Smith
2010-07-23Merge branch 'master' of git@github.com:chronomex/680Astrid Smith
2010-07-23Comments about speedinessAstrid Smith
2010-07-23Tiny changeAstrid Smith
2010-06-28Minor comment changesAstrid 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-21Moved DONE macro to a more sensible locationAstrid Smith
2010-06-20Moved macros into opcodes fileAstrid Smith
2010-06-20Moved emulation core into opcodes.asmAstrid Smith