mirror of
https://github.com/brouhaha/dis6502.git
synced 2024-11-27 07:50:58 +00:00
added -7 option.
This commit is contained in:
parent
5378c711db
commit
894eee3751
10
README
10
README
@ -1,6 +1,6 @@
|
||||
dis6502 by Robert Bond, Udi Finkelstein, and 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
|
||||
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
|
||||
|
||||
* 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
|
||||
Linux, BSD, and Unix systems.
|
||||
|
Loading…
Reference in New Issue
Block a user