Mercurial > hg > Members > kono > nitros9-code
changeset 1359:2b0af03a7915
Replaced decb with subd #$0001 which is more "proper"
author | boisy |
---|---|
date | Thu, 18 Sep 2003 12:38:15 +0000 |
parents | d9227f484be8 |
children | 146dfa918a9c |
files | level1/cmds/prompt.asm |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/cmds/prompt.asm Thu Sep 18 04:43:08 2003 +0000 +++ b/level1/cmds/prompt.asm Thu Sep 18 12:38:15 2003 +0000 @@ -34,7 +34,7 @@ cr fcb C$CR -start decb subtract CR from param length +start subd #$0001 subtract CR from param length beq readkey if zero, don't print anything clra clear upper 8 bits tfr d,y transfer length to Y