mirror of
https://github.com/mgcaret/davex-mg-utils.git
synced 2025-05-13 02:17:55 +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
|
MigPage = BufPtr+2
|
||||||
|
|
||||||
; entry points
|
; entry points
|
||||||
|
COut = $fded
|
||||||
COut1 = $fdf0
|
COut1 = $fdf0
|
||||||
TabV = $fb5b
|
TabV = $fb5b
|
||||||
PrByte = $fdda
|
PrByte = $fdda
|
||||||
@ -161,7 +162,10 @@ godn: inc MigPage
|
|||||||
bra dispmig
|
bra dispmig
|
||||||
: cmp #$9b ; escape
|
: cmp #$9b ; escape
|
||||||
bne jump
|
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
|
jump: sbc #$b0 ; check for digit for page jump
|
||||||
bmi uinput ; nope
|
bmi uinput ; nope
|
||||||
cmp #10 ; 10 or bigger?
|
cmp #10 ; 10 or bigger?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user