1
0
mirror of https://github.com/fachat/xa65.git synced 2024-10-20 07:24:09 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
A. Fachat
bd65f3de18 Merge branch 'testsuite' into testmerge
Resolved Conflicts:
	xa/ChangeLog
	xa/src/xa.c
	xa/tests/adrm/Makefile
	xa/tests/binclude/Makefile
	xa/tests/charset/Makefile
	xa/tests/comcom/Makefile
	xa/tests/fordef/Makefile
	xa/tests/incerr/Makefile
2014-08-20 22:13:20 +02:00
A. Fachat
cafa94f82a merge Cameron's 2.3.6 official release into master 2014-08-20 21:53:15 +02:00
A. Fachat
282f48e1ea Merge branch 'master' into testsuite 2014-08-19 23:32:11 +02:00
A. Fachat
7e71d01a9a Fix memory corruption as of issue #2 2014-08-19 23:28:49 +02:00
fachat
a09aa0df40 Fix a one-liner that broke the first pp replacement when it had
parameters
2012-08-17 18:08:00 +02:00
fachat
e54c806e73 fix double slash comment handling 2012-08-17 13:50:00 +02:00
fachat
90e08089d0 Allow defining macro parameters with spaces between name, brackets and
comma ...
2012-08-15 17:42:05 +02:00
fachat
e39d58fc6d Fix the handling of comments/colons within preprocessor replacements (as
they appear there as well).
2012-08-15 15:24:48 +02:00
fachat
42310222ad do not replaces preprocessor tokens/macros in comment part 2012-08-15 14:29:17 +02:00
fachat
20b1e2cc08 Fix crazy memory corruption bug caused by listing not interpreting the
internal data structures correctly. .dsb and .bin listing is still wrong
2012-08-15 13:42:58 +02:00
fachat
6ec6887e3d fix recursive preprocessor defines (I hope) 2012-08-15 03:07:33 +02:00
fachat
30a8eb61c2 ups 2012-07-29 19:20:44 +02:00
fachat
91ace0a6bf small cleanups 2012-07-29 19:06:35 +02:00
fachat
f04d44d141 Updates for .listbytes, and ca65 unnamed labels 2012-07-28 14:47:04 +02:00
Andre Fachat
eae097c73a added more ca65 compatibility fixes, like
Implement CA65 "cheap local labels", ":=" label definitions,
    and various pseudo opcodes (.include, .import, .importzp,
    .zeropage, .proc (anonymous only), .endproc, .code, .org, .reloc)
2011-12-16 23:30:15 +01:00
Andre Fachat
f28af4a917 added ca65 compatibiltiy patch 2011-12-16 23:22:32 +01:00
Andre Fachat
ac0f09ba77 added stable version 2.3.5 2011-12-16 23:04:51 +01:00