Release 0.95.3: Added support for C64DTV, MSVC error output and VICE label dump.

Added "c64dtv2" cpu type so you can use its SIR, SAC and BRA opcodes;
	along with the undocumented ("illegal") opcodes of the 6510.
Added Martin Piper's "--msvc" patch so error output can be configured
	to be in Visual Studio format. Thanks Martin!
Merged third-party patch of unknown origin to output label dump in VICE
	format. Still needs work to be configurable about the types of
	symbols actually output.


git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@41 4df02467-bbd4-4a76-a152-e7ce94205b78
This commit is contained in:
marcobaye
2014-11-23 23:40:01 +00:00
parent af1bd69455
commit 0e66c1fcb2
13 changed files with 176 additions and 33 deletions

View File

@@ -28,3 +28,6 @@ Just in case you wonder:
"macedit" is an unusably bad text editor for the C128. The source
code is not meant to be a good example of ACME's capabilities.
Please *don't* look at it. :)
"trigono.o" is a simple example written to test the floating-point
capabilities.