Mercurial > hg > Members > kono > nitros9-code
changeset 923:840aa54d6f45
Fixed small problem
author | boisy |
---|---|
date | Sun, 19 Jan 2003 14:17:28 +0000 |
parents | b62985f61614 |
children | c155aac72190 |
files | level2/cmds/montype.asm |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/level2/cmds/montype.asm Sun Jan 19 14:15:02 2003 +0000 +++ b/level2/cmds/montype.asm Sun Jan 19 14:17:28 2003 +0000 @@ -50,8 +50,8 @@ fcc " m = monochrome monitor" fcb C$CR fcb C$LF +HelpMsgL equ *-HelpMsg ENDC -HelpMsgL equ *-HelpMsg start bsr SkipSpcs cmpa #C$CR @@ -89,8 +89,9 @@ beq SkipSpcs rts +ShowHelp equ * IFNE DOHELP -ShowHelp lda #1 + lda #1 leax >HelpMsg,pcr ldy #HelpMsgL os9 I$Write