# HG changeset patch # User boisy # Date 1042495535 0 # Node ID 83e3677c8b1f30cd1d5e3b89514fb1670abd0826 # Parent b0b1886efbd0685e76aee028518737835c19478e Made option comparisons lowercase, added more help diff -r b0b1886efbd0 -r 83e3677c8b1f level1/cmds/ngu.asm --- a/level1/cmds/ngu.asm Mon Jan 13 21:47:07 2003 +0000 +++ b/level1/cmds/ngu.asm Mon Jan 13 22:05:35 2003 +0000 @@ -98,6 +98,8 @@ fcb C$LF fcc / -b option 2/ fcb C$LF + fcc / -c=f option 3/ + fcb C$LF fcb C$CR HlpMsgL equ *-HlpMsg ENDC @@ -170,16 +172,16 @@ GetDash lda #C$SPAC get a space char sta -1,x and wipe out the dash from the cmd line GetDash2 ldd ,x+ load option char and char following - anda #$5F make uppercase -IsItA cmpa #'A is it this option? + ora #$20 make lowercase +IsItA cmpa #'a is it this option? bne IsItB branch if not inc