1
0
mirror of https://github.com/fachat/xa65.git synced 2024-06-18 11:29:34 +00:00

Commit Graph

  • cafa94f82a merge Cameron's 2.3.6 official release into master xa-2.3.6 stable A. Fachat 2014-08-20 21:53:15 +0200
  • 1ff9eba2ff integrate incerr tests into test suite A. Fachat 2014-08-20 21:44:22 +0200
  • 33bbe0b7ef allow error override (for negative tests) and check "-e" log file A. Fachat 2014-08-20 21:39:20 +0200
  • 7453b3076d More tests A. Fachat 2014-08-20 13:02:57 +0200
  • 47d132573a Merge branch 'master' into listing A. Fachat 2014-08-19 23:34:19 +0200
  • 282f48e1ea Merge branch 'master' into testsuite A. Fachat 2014-08-19 23:32:11 +0200
  • 7e71d01a9a Fix memory corruption as of issue #2 A. Fachat 2014-08-19 23:28:49 +0200
  • abe332dac8 add comcom to testsuite A. Fachat 2014-08-19 22:49:04 +0200
  • 621f91d884 more tests, cleanup output A. Fachat 2014-08-19 22:47:40 +0200
  • d65e2df941 Add more tests A. Fachat 2014-08-19 22:30:18 +0200
  • e1ca691f0a Allow .a65 files as test files A. Fachat 2014-08-19 22:14:47 +0200
  • 157ebf100a add binclude tests to testsuite A. Fachat 2014-08-19 17:35:49 +0200
  • 27e416f1ff move main test suite script up for reuse A. Fachat 2014-08-19 17:27:07 +0200
  • dfbafeb0b5 Update and fix test suite scripts and first tests A. Fachat 2014-08-19 17:25:27 +0200
  • b4f36e9061 first test infrastructure A. Fachat 2014-08-18 23:19:07 +0200
  • cad65680e2 fix double character A. Fachat 2014-08-18 22:56:02 +0200
  • 9cc95b9813 fix illegal memory access A. Fachat 2014-08-18 22:48:22 +0200
  • c7477d2f1b fix a bug in operand size optimization A. Fachat 2013-10-06 16:37:28 +0200
  • 3ce489442c fixed incompatibility with system getline() A. Fachat 2013-10-04 14:13:54 +0200
  • f4d97d6fd6 fix incompatibility with system "getline" A. Fachat 2013-10-04 14:10:32 +0200
  • 9e09d4fba2 add "-U" cmd line option A. Fachat 2012-12-30 15:08:03 +0100
  • 5e89d57ecf improve reloc65 "-X" option to include bss segment A. Fachat 2012-12-29 02:45:40 +0100
  • 33605e1024 fix unnecessary octal for '0' A. Fachat 2012-12-26 21:50:34 +0100
  • a09aa0df40 Fix a one-liner that broke the first pp replacement when it had parameters fachat 2012-08-17 18:08:00 +0200
  • ecdf4f78b9 new test case hanging xa in an endless loop fachat 2012-08-17 14:21:56 +0200
  • fd364f3eef add missing test case responses fachat 2012-08-17 13:54:02 +0200
  • e54c806e73 fix double slash comment handling fachat 2012-08-17 13:50:00 +0200
  • 73299e33a5 tests for long lines fachat 2012-08-17 12:33:22 +0200
  • 1399e1071c fix sign problem when length of internal line presentation got over 128... fachat 2012-08-17 12:24:54 +0200
  • 90e08089d0 Allow defining macro parameters with spaces between name, brackets and comma ... fachat 2012-08-15 17:42:05 +0200
  • e39d58fc6d Fix the handling of comments/colons within preprocessor replacements (as they appear there as well). fachat 2012-08-15 15:24:48 +0200
  • 42310222ad do not replaces preprocessor tokens/macros in comment part fachat 2012-08-15 14:29:17 +0200
  • 5cb6388a1d remove debug output... (oops..) fachat 2012-08-15 14:08:13 +0200
  • 20b1e2cc08 Fix crazy memory corruption bug caused by listing not interpreting the internal data structures correctly. .dsb and .bin listing is still wrong fachat 2012-08-15 13:42:58 +0200
  • 6ec6887e3d fix recursive preprocessor defines (I hope) fachat 2012-08-15 03:07:33 +0200
  • fb84a3cfca added 0xHEX and 0OCTAL parsing with -XC compatibility parameter fachat 2012-08-15 03:06:45 +0200
  • 25796d051a add tests for recursive preprocessor defines fachat 2012-08-15 03:05:04 +0200
  • e50236d62b Add a new test for ca65 unnamed labels, handling across files and listing them across files fachat 2012-08-01 13:27:01 +0200
  • c53468dc87 added TODO for listing quirks fachat 2012-07-30 16:27:20 +0200
  • 873ee1c721 add man page info for HTML listing format fachat 2012-07-30 16:24:12 +0200
  • 4517bcb87e Add HTML output for listing fachat 2012-07-30 16:22:13 +0200
  • 93d832b04a break out listing code from xat.c into separate file fachat 2012-07-30 14:14:39 +0200
  • f296538a90 Fix ca65 unnamed labels to work across blocks (according to the ca65 creator U. v. Bassewitz, this is intentional) fachat 2012-07-30 13:22:57 +0200
  • 451e446016 fix string display in listing, fix listing line breaks with .listbytes fachat 2012-07-29 20:40:58 +0200
  • 30a8eb61c2 ups fachat 2012-07-29 19:20:44 +0200
  • 69b1d8fb7e fixed and added tests for ca65 compatibility fachat 2012-07-29 19:08:14 +0200
  • d2953a516f add .scope / .endscope for ca65 compatibility fachat 2012-07-29 19:06:57 +0200
  • 91ace0a6bf small cleanups fachat 2012-07-29 19:06:35 +0200
  • 0bb027f032 Fix memory pointer bug if index is -1 fachat 2012-07-29 19:05:02 +0200
  • f25481778b First tests for ca65 features fachat 2012-07-28 14:53:23 +0200
  • f04d44d141 Updates for .listbytes, and ca65 unnamed labels fachat 2012-07-28 14:47:04 +0200
  • 05c7799e9b fix a nasty one-off bug giving a syntax error on *= assignments A. Fachat 2011-12-28 20:38:12 +0100
  • 61f81d4e5e add some more readme Andre Fachat 2011-12-16 23:49:03 +0100
  • 314660fb76 finished first set of listing features Andre Fachat 2011-12-16 23:40:05 +0100
  • 1691f5fb46 added first listing feature! xa-2.3.5+ca65+ca65b+list1+list2 xa-2.3.5+ca65+ca65b+list1 Andre Fachat 2011-12-16 23:35:53 +0100
  • 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) xa-2.3.5+ca65+ca65b Andre Fachat 2011-12-16 23:30:15 +0100
  • f28af4a917 added ca65 compatibiltiy patch xa-2.3.5+ca65 Andre Fachat 2011-12-16 23:22:32 +0100
  • ac0f09ba77 added stable version 2.3.5 xa-2.3.5 Andre Fachat 2011-12-16 23:04:51 +0100
  • 22345e4837 added content to README Andre Fachat 2011-12-16 22:58:55 +0100
  • 17d30765e3 first commit Andre Fachat 2011-12-16 22:52:39 +0100