On Tue, May 27, 2025 at 7:08 PM Bill Gunshannon via
cctalk
<cctalk(a)classiccmp.org> wrote:
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
&H is a Disc BASIC extension. You have to be actually booted under
TRSDOS and run "BASIC" from the disk before that will work I believe.
It is. As formerly stated PRINT &H7D00 works DEFUSR1 = &H7D00 does not.
bill