Kernel 0.93+

This commit is contained in:
Rémy GIBERT 2019-11-18 07:59:17 +01:00
parent 7f593583f4
commit a29ddf7f75
2 changed files with 14 additions and 5 deletions

Binary file not shown.

View File

@ -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