mirror of
https://github.com/mgcaret/davex-mg-utils.git
synced 2024-12-21 09:29:25 +00:00
mig.insp: clean up exit a bit
This commit is contained in:
parent
1aab6c6ea0
commit
bff95f3880
@ -58,6 +58,7 @@ BufPtr = BufLoc+2
|
||||
MigPage = BufPtr+2
|
||||
|
||||
; entry points
|
||||
COut = $fded
|
||||
COut1 = $fdf0
|
||||
TabV = $fb5b
|
||||
PrByte = $fdda
|
||||
@ -161,7 +162,10 @@ godn: inc MigPage
|
||||
bra dispmig
|
||||
: cmp #$9b ; escape
|
||||
bne jump
|
||||
rts
|
||||
lda #18 ; make sure DaveX "hit a key"
|
||||
jsr TabV ; is on a blank line
|
||||
lda #$8d ; and displays properly
|
||||
jmp COut ; CR and exit
|
||||
jump: sbc #$b0 ; check for digit for page jump
|
||||
bmi uinput ; nope
|
||||
cmp #10 ; 10 or bigger?
|
||||
|
Loading…
Reference in New Issue
Block a user