mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-23 07:35:19 +00:00
Kernel 0.9.1 : Updated Medias
This commit is contained in:
parent
900544313c
commit
3209298a21
Binary file not shown.
Binary file not shown.
Binary file not shown.
19
BIN/LS.S.txt
19
BIN/LS.S.txt
@ -281,13 +281,18 @@ CS.RUN.FILE ldy #bLong
|
||||
|
||||
.8 jsr CS.RUN.PUSHDATES
|
||||
|
||||
lda ZPFileStat
|
||||
clc
|
||||
adc #S.STAT.SIZE
|
||||
tay
|
||||
lda ZPFileStat+1
|
||||
adc #0
|
||||
>PUSHYA File Size
|
||||
ldy #S.STAT.SIZE+3
|
||||
lda (ZPFileStat),y
|
||||
>PUSHA
|
||||
dey
|
||||
lda (ZPFileStat),y
|
||||
>PUSHA
|
||||
dey
|
||||
lda (ZPFileStat),y
|
||||
>PUSHA
|
||||
dey
|
||||
lda (ZPFileStat),y
|
||||
>PUSHA
|
||||
|
||||
jsr Mod2CSTR
|
||||
>PUSHEA.G MOD File Mod
|
||||
|
@ -176,12 +176,12 @@ K.GetC.SSOCK lda (pDev) #S.NODE.HANDLER
|
||||
jsr K.GetMemPtr.A
|
||||
>STYA .1+1
|
||||
|
||||
ldy #S.NODE.SSOCK.READ
|
||||
lda (pDev),y
|
||||
tax Function Offset for READ
|
||||
* ldy #S.NODE.SSOCK.READ
|
||||
* lda (pDev),y
|
||||
* tax Function Offset for READ
|
||||
|
||||
ldy #S.NODE.SSOCK.HSKT
|
||||
lda (pDev),y
|
||||
* ldy #S.NODE.SSOCK.HSKT
|
||||
* lda (pDev),y
|
||||
|
||||
.1 jmp $ffff
|
||||
*--------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user