index
:
casm
master
Cross assembler in ISO C
World Wide Web Owner
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
casm.c
Age
Commit message (
Expand
)
Author
2021-11-21
Updated for V1.12 development
Ian C
2021-11-20
Fixed missing calls to set up HEX output options.
V1.11
Ian C
2021-11-20
Set for V1.11 release
Ian C
2021-09-21
Version for V1.11 development. Restored HTML link in README.md
Ian C
2021-09-21
Imported V1.10
V1.10
Ian C
2021-09-21
Imported V1.9
V1.9
Ian C
2021-09-21
Imported V1.8
V1.8
Ian C
2021-09-21
Imported V1.7
V1.7
Ian Cowburn
2018-09-18
Labeled for V1.7 development.
Ian C
2018-09-18
Ready for version 1.6.
V1.6
Ian C
2018-09-18
Made it so duplicating a label is an error.
Ian C
2018-09-13
Updated version for next development cycle.
Ian C
2018-09-06
Made '$' expansion account for bank in 24-bit address mode.
V1.5
Ian C
2016-12-16
Added initial files for CPC output.
Ian C
2016-09-14
Updated version for next development phase.
Ian C
2016-09-14
Updated version for release.
V1.4
Ian C
2016-05-25
Setup version ident for next development version.
Ian C
2016-05-25
Read for V1.3 tagging
V1.3
Ian C
2016-05-20
First pass at NES ROM support.
Ian C
2016-05-17
Added support for 24 bit address labels.
Ian C
2016-05-12
Started on SPC700
Ian C
2016-05-11
Added option to import only labels from library.
Ian C
2016-05-08
Updated version number for next lot of development.
Ian C
2016-05-08
Changes for V1.2:
V1.2
Ian C
2016-05-06
Added simple library format.
Ian C
2016-05-04
First pass at SNES ROM output.
Ian C
2016-04-28
First pass of compilable 65c816 mode.
Ian C
2016-04-25
Further changes for 65c816 (still broken build)
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-17
Various fixes
Ian C
2016-04-15
Started on Gameboy support.
Ian C
2016-04-10
Updated usage with version ready for tagging.
Ian C
2016-04-06
Added ZX81 output driver
Ian C
2016-03-20
Move output drivers to separate files in preperation for additional drivers.
Ian C
2016-03-16
Updated banking to work with output.
Ian C
2016-03-08
Wildcard for args, EX changes and CP/M test.
Ian C
2016-03-07
Updated README and copied latest version in.
Ian C