On 5/28/2025 9:37 PM, Doug Jackson wrote:
They are different representations of 9C HexadecimalÂ
(10011100).
But they are not the form used by TRS-80 BASIC. It uses
the format "&H7D00" (and &O1777 for OCTAL) as depicted not
only in the example I tried to use from Page 115 of the manual
but also clearly explained on pages 93-94 under the title "Hex
and Octal constants. Printing them works fine but trying to
use them as arguments to DEFUSR does not.
bill