xa65 update - version 2.4.0

Programming the 6502 microprocessor and its relatives in assembly and other languages.
Post Reply
fachat
Posts: 1123
Joined: 05 Jul 2005
Location: near Heidelberg, Germany
Contact:

xa65 update - version 2.4.0

Post by fachat »

A new release of the xa65 cross-assembler for 6502 and 65816 CPUs is out!

Catch the brand new 2.4.0 version at https://www.floodgap.com/retrotech/xa/

Main new features are:
- listings
- better compatibility with ca65 and even C formats
- CA65 cheap local labels, anonymous labels
- # error and .assert for, well asserts
- much better support for linking of o65 files

Edit: fixed link
Last edited by fachat on Mon Nov 20, 2023 9:11 am, edited 1 time in total.
Author of the GeckOS multitasking operating system, the usb65 stack, designer of the Micro-PET and many more 6502 content: http://6502.org/users/andre/
User avatar
strik
Posts: 14
Joined: 24 Mar 2022

Re: xa65 update - version 2.4.0

Post by strik »

Note that the file doc/fileformat.txt in the archive is still version "V1.2 as of 26jan1998", while http://www.6502.org/users/andre/o65/fileformat.html lists "V1.3 as of 31 mar 2005".
6502inside
Posts: 102
Joined: 03 Jan 2007
Location: Sunny So Cal
Contact:

Re: xa65 update - version 2.4.0

Post by 6502inside »

Note that file is in the attic where the deprecated files are (see attic/README).
User avatar
strik
Posts: 14
Joined: 24 Mar 2022

Re: xa65 update - version 2.4.0

Post by strik »

6502inside wrote:
Note that file is in the attic where the deprecated files are (see attic/README).
You are right. As I unpacked 2.4.0 over the older 2.3.14, I did not notice that the dir doc/ was removed.
Post Reply