Kernel 0.93+

This commit is contained in:
Rémy GIBERT 2019-09-24 17:33:18 +02:00
parent 171189247a
commit 9d2e8cb421

View File

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