-
DESCRIPTION: When attempting to compile using the -m flag to compile an example out of Atari Root, ATasm keeps crashing.
The command line I'm using is "atasm -m CleanState.a8s response.src". I've also tried this w/o a non-existent state file since the docs say if one isn't found a default one will be used.
Here is the error report.
AppName: atasm.exe AppVer: 0.0.0.0 ModName: atasm.exe...
2009-10-17 22:31:51 UTC by nobody
-
atasm.txt not included in zip file. Workaround: download atasm.txt seperately from cvs repository.
2009-10-09 06:45:15 UTC by bebing
-
There is a bug when a symbol is defined on the command line with "-d" option - the code strips only 1 character from the whole option so instead of "symbol" you have "dsymbol" in the symbol table.
2009-03-22 14:22:12 UTC by horakdan
-
schmelze added the atasm106.zip file.
2009-03-17 22:24:38 UTC by schmelze
-
schmelze created the atasm-1.06 file release.
2009-03-17 22:21:58 UTC by schmelze
-
schmelze committed revision 65 to the ATasm: 6502 cross-assembler SVN repository, changing 3 files.
2009-03-17 20:46:27 UTC by schmelze
-
schmelze committed revision 64 to the ATasm: 6502 cross-assembler SVN repository, changing 1 files.
2009-03-16 18:48:00 UTC by schmelze
-
schmelze committed revision 63 to the ATasm: 6502 cross-assembler SVN repository, changing 1 files.
2009-03-16 18:42:15 UTC by schmelze
-
There is a bug which comes out when atasm is compiled with buffer overflow checking. In function get_expression() from setparse.c there is a snprintf call with max length = 256 into a buffer with length of 80 chars.
The result of running atasm:
./atasm ../tests/testraw.m65
ATasm 1.05 beta (A mostly Mac65 compatible 6502 cross-assembler)
Pass 1: *** buffer overflow detected ***: ./atasm...
2007-10-07 19:26:56 UTC by horakdan
-
schmelze committed revision 62 to the ATasm: 6502 cross-assembler SVN repository, changing 2 files.
2007-09-03 18:50:02 UTC by schmelze