title: "setLo" description: TRSE built-in method (from IDE help)
setLo
Systems: MOS6502
Parameters: a, a
Sets the low bit of the address in parameter 0.
For now, arrays/pointers must be of type byte
Examples:
setlo(myInteger, $33); // sets the low bit in myInteger to $33
setlo(myPointer, b); // sets the low bit in myPointer to value in variable b