0 Members and 2 Guests are viewing this topic.
what would sub-routine usage in expression do?
91-(sub(CS))
Lbl CSS=8*2Return
{V+2}r→TT→{L1+2}r
So if i understand you correctly, you are saying that storing 2 byte numbers works incorrectly because it stores the bytes in backwards order?
Do you understand how if i store a 2 byte number into {L1+0}, the first byte gets stored into {L1+1} and the second byte into {L1+0}? This is what is known as Little-Endian format (since the little end goes in first)
Right. That is exactly how I did it on the calculator. Token for token, hex for hex, and number for numberedit: Ok, I added the same [xxxxxxxxx]->pic1 right after pause 100, and it worked... I guess it forgot that pic1 was stored? edit: I put the diagnostic off after the sprite, and it worked. I think thats what did it