资 源 简 介
The A6 Cross Assembler is a cross-platform assembler written in C++ targeting the Commodore 64, with support gradually extending to cover other 6502-based computers, and then encompass other architectures.
Assembly source file format is based on based on the Turbo Assembler/Laser Genius syntax. This should be familiar to 99.9% of C64 developers as well as many other assembly programmers (it"s very similar to DEC"s assembler for the VAX, for instance).
The project is entirely open source and is distributed under the GNU General Public Licence version 3.
Latest: version 0.5.1 released, 16-Sep-2012.
文 件 列 表
COPYING
doc
a6-manual.htm
Changes.txt
makefile
src
AsmFile.cpp
AsmFile.h
Charset.cpp
Charset.h
codeblocks
Conditional.cpp
Conditional.h
Config.h
Cpu.cpp
Cpu.h
Directive.cpp
Directive.h
Error.cpp
Error.h
Expression.cpp
Expression.h
Global.cpp
Global.h
Label.cpp
Label.h
Main.cpp
Main.h
OutputCbm.cpp
OutputCbm.h
OutputFactory.cpp
OutputFactory.h
OutputHex.cpp
OutputHex.h
String.cpp
String.h
Text.cpp
Text.h
watcom
a6.exe