Data to Lost/Left or Gone Behind, Above the Hive
category: residue [glöplog]
What DATA chose you to leave undecided?
This is a Random data thread, every kind of Example data welcome here. (RIT mode off(no))
This is a Random data thread, every kind of Example data welcome here. (RIT mode off(no))
what Kirk and Spock said
gman: would you please clarify? Thanks!
gman: would you please clarify? Thanks!
5.694910
"PEPSI MAX"
Three hundred and forty five
$LOCALE
https://en.wikipedia.org/wiki/Lake_Shasta_Caverns
"PEPSI MAX"
Three hundred and forty five
$LOCALE
https://en.wikipedia.org/wiki/Lake_Shasta_Caverns
Code:
lda #<$6400
sta flx1+1
lda #>$6400
sta flx1+2
lda #<$4400
sta flx3+1
lda #>$4400
sta flx3+2
ldy #0
fxl:
ldx #0
fxl1:
flx1:
lda $6400,x
clc
sbc $F2
cmp #38
bcs no_over1
cmp #0
bcc no_over1
flx3:
sta $4400,x
no_over1:
fno_x1:
inx
cpx #0
bne fxl1
inc flx1+2
inc flx3+2
iny
cpy #4
bne fxl
// load 6800, sub envmap, store 5800
lda #<$6800
sta flx21+1
lda #>$6800
sta flx21+2
lda #<$4800
sta flx23+1
lda #>$4800
sta flx23+2
ldy #0
fx2l:
ldx #0
fx2l1:
flx21:
lda $6800,x
clc
sbc $F2
cmp #38
bcs no_over2
cmp #0
bcc no_over2
flx23:
sta $4800,x
no_over2:
fno_x21:
inx
cpx #0
bne fx2l1
inc flx21+2
inc flx23+2
iny
cpy #4
bne fx2l
?SYNTAX ELLOL
Umm, I think your princess lives in another castle.
Sometimes I lose my mind.