Mercurial > hg > Members > kono > nitros9-code
diff level1/cmds/dump.asm @ 901:8786f4894882
Removed -d option
author | boisy |
---|---|
date | Sat, 18 Jan 2003 05:56:12 +0000 |
parents | 6393d53ce3c7 |
children | 617c1b90e623 |
line wrap: on
line diff
--- a/level1/cmds/dump.asm Fri Jan 17 21:10:01 2003 +0000 +++ b/level1/cmds/dump.asm Sat Jan 18 05:56:12 2003 +0000 @@ -10,6 +10,8 @@ * added -d option, added defs to conditionally * assemble without help or screen size check * +* Removed -d option BGP 03/01/17 +* * Dump follows the function of the original Microware version but now * supports large files over 64K, and is free from the problems of garbage * in wide listings. @@ -123,15 +125,6 @@ anda #$DF - cmpa #'D - bne IsItH - -* Process D here - lda <Mode - ora #DIR. - sta <Mode - bra OptPass - IsItH cmpa #'H bne IsItM @@ -216,7 +209,10 @@ bne mlink lda <Mode opath os9 I$Open - bcs DoExit + bcc DumpIn + ora #DIR. try directory mode + os9 I$Open open it + bcs DoExit branch if error DumpIn stx <D.Prm sta <D.Opn ldx <D.Beg @@ -372,8 +368,6 @@ IFNE DOHELP HelpMsg fcc "Use: Dump [opts] [<path>] [opts]" fcb C$CR,C$LF - fcc " -d = dump directory" - fcb C$CR,C$LF fcc " -h = no header" fcb C$CR,C$LF fcc " -m = module in memory"