It was thus said that the Great Bill Gunshannon via cctalk once stated:
I am going to assume there are other TRS-80 people hanging out
here and go ahead and ask this:
Has anyone here used the DEFUSRx command?
Yes, on the TRS-80 Color Computer. It's defined for Extended Color BASIC.
I tried to use it for something I am working on and
it
didn't work.
So, I copied the example program from page 115 of the
Model III Disk System Owner's Manual and, guess what,
it didn't work either.
150 DEFUSR1 = &H7D00
returns a Syntax Error
150 DEFUSR1 = 32000
works fine.
Anybody else ever run into this?
Nope. ECB supports hexadecimal constants. It sounds like the BASIC you
have doesn't. I know Microsoft's 8-bit BASICs were all compiled from a
common code base, so it may be that the Model III BASIC didn't opt for
hexadecimal support, but no one told the documentation department.
-spc