From 894eee3751fa6cc90a8aa1222448925f9a49cf32 Mon Sep 17 00:00:00 2001 From: Eric Smith Date: Mon, 15 Sep 2003 21:50:57 +0000 Subject: [PATCH] added -7 option. --- README | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README b/README index c27490b..34ba664 100644 --- a/README +++ b/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.