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