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
/
flags.asm
Age
Commit message (
Expand
)
Author
2010-09-14
Conditional jumps work now.
Duncan Smith
2010-09-14
Trivial changes.
Duncan Smith
2010-07-02
Temporary fixes for alignment issues
Duncan Smith
2010-06-26
Corrected address error when accessing f_host_ccr.
Duncan Smith
2010-06-19
Changes from Lionel
Duncan Smith
2010-06-18
Added carry bits normalization routine
Duncan Smith
2010-06-18
Small fixes
Duncan Smith
2010-06-18
Pseudocode for the carry generator written
Duncan Smith
2010-06-18
Added more flag stubs
Duncan Smith
2010-06-18
First go at flags_normalize
Duncan Smith
2010-06-18
Fixed an error in f_calc_parity
Duncan Smith
2010-06-18
Added parity-calculation routine
Duncan Smith
2010-06-18
Fixed that, dc.w is NOT the same as ds.w.
Duncan Smith
2010-06-18
Trying to get the flags storage to work ...
Duncan Smith
2010-06-14
Removed LABEL-flag_storage(a3) business, as A68k was choking on it :(
Duncan Smith
2010-06-14
Done with my first pass through the 1-byte opcodes.
Duncan Smith
2010-06-12
More instructions added, stubs created for IO operation.
Duncan Smith
2010-06-12
Worked in Lionel's changes to flags.asm, patched up main.asm slightly to fit
Duncan Smith
2010-06-12
Patch received in email from Lionel Debroux
Duncan Smith
2010-06-10
Parted out flag norm routines to subroutines, as they're hueg
Duncan Smith
2010-06-10
Wooo, it assembles!
Duncan Smith
2010-06-09
Parted out flags to separate file, try 1 at fixing alignment issue
Duncan Smith