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