index
:
~xmc/680
master
Unnamed repository; edit this file 'description' to name the repository.
æstrid silico
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
opcodes.asm
Age
Commit message (
Expand
)
Author
2010-09-13
Timing correction macro added (as yet nonfunctional)
Duncan Smith
2010-09-13
Fixed glaring bug in arithmetic routines affecting (HL)
Duncan Smith
2010-09-13
Speed improvements to some instructions.
Duncan Smith
2010-09-13
Fixed bug in conditional instructions which take an argument
Duncan Smith
2010-09-13
More testcases and a few fixes
Duncan Smith
2010-09-13
Comments saying what opcodes haven't been tested yet
Duncan Smith
2010-09-13
Started out on my own test suite
Duncan Smith
2010-09-13
Endianness fixes, I don't know how correct these are ...
Duncan Smith
2010-09-13
Made HALT instruction halt, even if it's not a very good way to halt
Duncan Smith
2010-09-13
Small patch to make JR reliable
Duncan Smith
2010-09-10
XXX UNDO LATER: Performance degrading change to make debugging easier
Duncan Smith
2010-09-10
I think I nailed all the remaining wrong-sized moves of address registers ...
Duncan Smith
2010-09-10
Widened spacing to 64 bytes/instr to give myself some breathing room for now
Duncan Smith
2010-09-10
CALL was mistakenly fetching an extra word and jumping to JP NZ instead of JP
Duncan Smith
2010-09-10
Fix to make PUSHW use d2 instead of d0
Duncan Smith
2010-09-10
Two more fixes
Duncan Smith
2010-09-10
Lazy, slow hack to FETCHW and FETCHWI becuase I forgot about endianness
Duncan Smith
2010-09-06
Registers holding emulated registers are now named.
Duncan Smith
2010-09-06
Fixes to actually run code
Duncan Smith
2010-07-23
Merge branch 'master' of git@github.com:chronomex/680
Duncan Smith
2010-07-23
Comments about speediness
Duncan Smith
2010-07-23
Tiny change
Duncan Smith
2010-06-28
Minor comment changes
Duncan Smith
2010-06-26
Parted out remaining un-written ALU instructions.
Duncan Smith
2010-06-26
Parted out ADC macro-instruction
Duncan Smith
2010-06-26
Parted out ADD macro-instruction
Duncan Smith
2010-06-21
Parted out F_SUB_B to alu_sub.
Duncan Smith
2010-06-21
Parted out F_SBC_B to alu_sbc.
Duncan Smith
2010-06-21
Moved DONE macro to a more sensible location
Duncan Smith
2010-06-20
Moved macros into opcodes file
Duncan Smith
2010-06-20
Moved emulation core into opcodes.asm
Duncan Smith