aboutsummaryrefslogtreecommitdiff
path: root/src/state.h
AgeCommit message (Collapse)Author
2016-05-12Started on SPC700Ian C
Also: * Added offset to import command. Realised fairly useless, but may as well keep it. * Added setting of address space size to state for PC.
2016-05-11Added option to import only labels from library.Ian C
2016-05-08Changes for V1.2:V1.2Ian C
* Finished library support. * Finished SNES support * Fixed bad email in copyleft headers.
2016-04-18Fixed problem with zero page detection.Ian C
Zero page detection wasn't aggressive enough; by only doing the test on the last past, labels weren't being updated till the final pass.
2016-03-16Updated banking to work with output.Ian C
2016-03-14Initial code for handling of memory banks.Ian C
2016-03-08Fixed prototype of SetNeededPasses()Ian C
2016-03-07Updated README and copied latest version in.Ian C