index
:
casm
master
Cross assembler in ISO C
World Wide Web Owner
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-04-28
First pass of compilable 65c816 mode.
Ian C
2016-04-25
Missed a typo. Always the case.
Ian C
2016-04-25
Fixed a couple of typos in the docs.
Ian C
2016-04-25
Updated README
Ian C
2016-04-25
Merge branch 'master' of https://github.com/noddybox/casm
Ian C
2016-04-25
Pre-merge
Ian C
2016-04-25
Further changes for 65c816 (still broken build)
Ian C
2016-04-20
Started on 65c816 (not yet compilable)
Ian C
2016-04-20
Removed modulus and added '%' as a binary format marker.
Ian C
2016-04-20
Updates ready for tagging.
V1.1
Ian C
2016-04-20
Updated README
Ian C
2016-04-19
Fixes Gameboy output
Ian C
2016-04-19
Fixs to GB 16-bit register load op and others
Ian C
2016-04-18
Update Gameboy test (still not working)
Ian C
2016-04-18
Fixed problem with zero page detection.
Ian C
2016-04-17
Various fixes
Ian C
2016-04-15
Started on Gameboy support.
Ian C
2016-04-10
Merge branch 'master' of https://github.com/noddybox/casm
V1.0
Ian C
2016-04-10
Updated usage with version ready for tagging.
Ian C
2016-04-07
Try using rawgit to output the documentation properly.
Ian C
2016-04-06
Attempt to make documentation link work.
Ian C
2016-04-06
Updated README
Ian C
2016-04-06
Merge branch 'master' of https://github.com/noddybox/casm
Ian C
2016-04-06
Added ZX81 output driver
Ian C
2016-03-22
Updated ignore for example tape files.
Ian C
2016-03-22
Fixes to T64 output.
Ian C
2016-03-21
Added initial version of T64 output driver.
Ian C
2016-03-21
Added missing files from previous commit.
Ian C
2016-03-20
Move output drivers to separate files in preperation for additional drivers.
Ian C
2016-03-19
Moved documentation to an hand-crafted HTML file.
Ian C
2016-03-16
Updated banking to work with output.
Ian C
2016-03-14
Initial code for handling of memory banks.
Ian C
2016-03-08
Fixed prototype of SetNeededPasses()
Ian C
2016-03-08
Wildcard for args, EX changes and CP/M test.
Ian C
2016-03-07
Update README.md
Ian C
2016-03-07
Update README.md
Ian C
2016-03-07
Updated README and copied latest version in.
Ian C
2016-03-07
Initial commit
Ian C