mirror of
https://github.com/A2osX/A2osX.git
synced 2025-04-06 18:37:12 +00:00
Kernel 0.93+
This commit is contained in:
parent
7f593583f4
commit
a29ddf7f75
Binary file not shown.
@ -271,9 +271,18 @@ Ctrl.CR jsr BUF.ComputeCOffset
|
||||
>LDYA L.SEQ.CEOL
|
||||
>SYSCALL printf
|
||||
bcs .9
|
||||
|
||||
>INCW.G FileY
|
||||
|
||||
>STZ.G FileX
|
||||
>LDA.G CurY
|
||||
inc
|
||||
>DEBUG
|
||||
>CMP.G ViewPortHm1
|
||||
beq .8 Bottom line, all done
|
||||
|
||||
>STA.G CurY
|
||||
dec
|
||||
>CMP.G ViewPortHm1
|
||||
beq .1 No scoll needed
|
||||
|
||||
>LDA.G ScreenH
|
||||
dec
|
||||
@ -287,16 +296,16 @@ Ctrl.CR jsr BUF.ComputeCOffset
|
||||
>SYSCALL printf
|
||||
bcs .9
|
||||
|
||||
jsr SCRN.UpdateCurrentLine
|
||||
|
||||
>LDA.G ScreenH
|
||||
dec
|
||||
>PUSHA
|
||||
>PUSHBI 1
|
||||
>LDYA L.SEQ.SCROLLRGN
|
||||
>SYSCALL printf
|
||||
|
||||
|
||||
.1 jsr SCRN.UpdateCurrentLine
|
||||
|
||||
.8 clc
|
||||
.9 rts
|
||||
*--------------------------------------
|
||||
Ctrl.O ldy #FileY+1
|
||||
|
Loading…
x
Reference in New Issue
Block a user