added -7 option.

This commit is contained in:
Eric Smith 2003-09-15 21:50:57 +00:00
parent 5378c711db
commit 894eee3751
1 changed files with 6 additions and 4 deletions

10
README
View File

@ -1,6 +1,6 @@
dis6502 by Robert Bond, Udi Finkelstein, and Eric Smith dis6502 by Robert Bond, Udi Finkelstein, and Eric Smith
Copyright 2000-2003 Eric Smith Copyright 2000-2003 Eric Smith
$Id: README,v 1.3 2003/09/15 21:47:02 eric Exp $ $Id: README,v 1.4 2003/09/15 21:50:57 eric Exp $
dis6502 is a flow-tracing disassembler for the 6502, originally written dis6502 is a flow-tracing disassembler for the 6502, originally written
by Robert Bond and supporting Atari binary files. Robert posted dis6502 by Robert Bond and supporting Atari binary files. Robert posted dis6502
@ -35,11 +35,13 @@ This version of dis6502 has been modified in several ways:
minus one, for use with RTS minus one, for use with RTS
* Rather than using recursive calls to trace every instruction, there is * Rather than using recursive calls to trace every instruction, there is
now a trace queue now a trace queue.
* Updated to use ANSI C function prototypes and include files * Added a "-7" option to mask off MSB of character data.
* Amiga/Manx changes have been removed * Updated to use ANSI C function prototypes and include files.
* Amiga/Manx changes have been removed.
dis6502 has been tested on Red Hat Linux 9, but should work on other dis6502 has been tested on Red Hat Linux 9, but should work on other
Linux, BSD, and Unix systems. Linux, BSD, and Unix systems.