Knowledge Base

T=Z; Z=Y; Y=X; X=nn

Pushes the constant number nn into X.

The number can be in one of the following formats

ExampleMax valueDescription
23255Decimal constant
‘A3‘FFHex constant
%10101100%11111111Binary constant
FooBar255A previously EQUated constant
T255Boolean True = %11111111
F0Boolean False = %0000000

Do not confuse with Recall, which recalls a value from RAM.  LoadX is for constants, Recall is for variables.