1
0
mirror of https://github.com/fachat/xa65.git synced 2024-06-27 14:29:34 +00:00
6502/65816 cross assembler
Go to file
compyx 5cdf223e2b Windows: fix warnings about casting pointer to int of a different size
On Windows x64, long is 32-bit, while a pointer is 64-bit (on Linux both
long and pointers are 64-bit), this removes the useless casts triggering
the warnings.
2020-05-23 13:02:00 +02:00
xa Windows: fix warnings about casting pointer to int of a different size 2020-05-23 13:02:00 +02:00
README update readme 2019-11-10 13:34:39 +01:00

This is an experiment. 

xa65 is a 6502 cross assembler, running on Unix (and Unix-alikes), and producing 6502 and 65816 code. It comes complete with a set of tools.

xa65 was originally authored by me, André Fachat, but currently and still xa65 is maintained by Cameron Kaiser at http://www.floodgap.com/retrotech/xa/ . 

In this experimental repository, I am mirroring Cameron's releases and I am working on fixes and changes that I may want to submit to Cameron.

These are the directories:

xa		- contains the main source. The master branch is the stable version