summaryrefslogtreecommitdiff
path: root/main.asm
AgeCommit message (Expand)Author
2010-11-15Renamed project files to get rid of final bits of “680”.Duncan Smith
2010-09-13Endianness fixes, I don't know how correct these are ...Duncan Smith
2010-09-13Fixed endianness issue in deref :(Duncan Smith
2010-09-10Underef routine now should work correctlyDuncan Smith
2010-09-10Two more fixesDuncan Smith
2010-09-10Added stubs for putting the emulated screen into a TIOS-drawn window.Duncan Smith
2010-09-07Fixed the last movea that wasn't size-suffixedDuncan Smith
2010-09-06Registers holding emulated registers are now named.Duncan Smith
2010-09-06Fixes to actually run codeDuncan Smith
2010-07-24Created MakefileDuncan Smith
2010-07-17deref wasn't working properly because of insufficient shifting, fixedDuncan Smith
2010-07-17Now initializing PC correctlyDuncan Smith
2010-07-03Now it compiles properly. Still doesn't seem to run without address error, t...Duncan Smith
2010-06-30fooDuncan Smith
2010-06-26Rewrote loader routine in CDuncan Smith
2010-06-26Parted out ADC macro-instructionDuncan Smith
2010-06-21Forgot to include alu.asmDuncan Smith
2010-06-21First version to branch into the emulator coreDuncan Smith
2010-06-20Forgot to pop the ROM_CALL arguments ...Duncan Smith
2010-06-20Moved macros into opcodes fileDuncan Smith
2010-06-20Cleaned up startup, added memory allocationv0.0Duncan Smith
2010-06-20Linker warning fixedDuncan Smith
2010-06-20Added video routines, in CDuncan Smith
2010-06-20Added asm file to do video stuff, renamed storage to fitDuncan Smith
2010-06-20Added WORD macro to rearrange bytes, ABCD -> ACBDDuncan Smith
2010-06-20Moved emulation core into opcodes.asmDuncan Smith
2010-06-20Merge from LionelDuncan Smith
2010-06-20Slightly reworked POPWDuncan Smith
2010-06-19More comment changes, some FIXMEs related to AFDuncan Smith
2010-06-19Changes from LionelDuncan Smith
2010-06-18Wrote increment/decrement macrosDuncan 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-18Small documentation changes, a few instructions reworkedDuncan 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-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-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-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