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