mirror of
https://github.com/A2osX/A2osX.git
synced 2025-02-19 23:29:29 +00:00
Kernel 0.93+
This commit is contained in:
parent
171189247a
commit
9d2e8cb421
@ -134,17 +134,18 @@ X.Unpak lda ZPInBufPtr
|
|||||||
.9 sec
|
.9 sec
|
||||||
rts
|
rts
|
||||||
*-NEW----------------------------------
|
*-NEW----------------------------------
|
||||||
* STOREn : 0 xxxx
|
* STRINGn : 0 xxxx
|
||||||
* {
|
* {
|
||||||
* BYTE8 : 0 xxxxxxxx
|
* BYTE8 : 0 xxxxxxxx
|
||||||
* SHORT32 : 10 xxxx
|
* SHORT8 : 10 xxx
|
||||||
* REPn : 11 xxxx (1-16)
|
* SHORT16 : 110 xxxx
|
||||||
|
* REPn : 111 xxxx (1-16)
|
||||||
* }
|
* }
|
||||||
* BACKLINK : 1 oooooooo OOOO llllll (3-66)
|
* BACKLINK : 1 oooooooo OOOO llllll (3-66)
|
||||||
*--------------------------------------
|
*--------------------------------------
|
||||||
X.Unpak2 lda ZPInBufPtr
|
X.Unpak2 lda ZPInBufPtr
|
||||||
clc
|
clc
|
||||||
adc #24 skip SHORT32
|
adc #24 skip SHORTs
|
||||||
sta ZPPtr1
|
sta ZPPtr1
|
||||||
|
|
||||||
lda ZPInBufPtr+1
|
lda ZPInBufPtr+1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user