1
0
mirror of https://github.com/fachat/xa65.git synced 2024-09-30 07:56:36 +00:00
Commit Graph

18 Commits

Author SHA1 Message Date
A. Fachat
c7477d2f1b fix a bug in operand size optimization 2013-10-06 16:37:28 +02:00
A. Fachat
9e09d4fba2 add "-U" cmd line option 2012-12-30 15:08:03 +01:00
A. Fachat
33605e1024 fix unnecessary octal for '0' 2012-12-26 21:50:34 +01:00
fachat
1399e1071c fix sign problem when length of internal line presentation got over
128...
2012-08-17 12:24:54 +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
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
fb84a3cfca added 0xHEX and 0OCTAL parsing with -XC compatibility parameter 2012-08-15 03:06:45 +02:00
fachat
4517bcb87e Add HTML output for listing 2012-07-30 16:22:13 +02:00
fachat
93d832b04a break out listing code from xat.c into separate file 2012-07-30 14:14:39 +02:00
fachat
451e446016 fix string display in listing, fix listing line breaks with .listbytes 2012-07-29 20:40:58 +02:00
fachat
d2953a516f add .scope / .endscope for ca65 compatibility 2012-07-29 19:06:57 +02:00
fachat
f04d44d141 Updates for .listbytes, and ca65 unnamed labels 2012-07-28 14:47:04 +02:00
A. Fachat
05c7799e9b fix a nasty one-off bug giving a syntax error on *= assignments 2011-12-28 20:38:12 +01:00
Andre Fachat
314660fb76 finished first set of listing features 2011-12-16 23:40:05 +01:00
Andre Fachat
1691f5fb46 added first listing feature! 2011-12-16 23:35:53 +01: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