mirror of
https://github.com/fachat/xa65.git
synced 2025-02-02 07:29:44 +00: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)
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/ . Due to current time constraints Cameron can not do any updates, so I decided to create this repository to publish my (beta) version that implements a long outstanding feature: assembler listings... These are the directories: xa - contains the main source. The master branch is the stable version (currently 2.3.5)
Description
Languages
C
72.4%
Roff
11.4%
Makefile
6.1%
Assembly
4.9%
HTML
4%
Other
1.2%