Jump to content
IGNORED

"Teach Yourself Basic" Disk Images for Classic99


Recommended Posts

Thanks, Opry99er! Hopefully someone has them handy to save you the trouble of transferring them. But I appreciate your taking the time to make the transfers and post them if no one has them handy already. I have fond memories of the Teach Yourself Basic disks and have always thought they were remarkably effective tutorials.

Link to comment
Share on other sites

It looks like the disk images are on http://ftp.whtech.comhere:

./video/Chicago TI Fair 2014 Videos/Chicago TI Faire Disk 2014/LIBRARIES/LIB_TI_DISKS_81/T_V_16/TEACH_YOURSELF_BASIC_PART_1.DSK

./video/Chicago TI Fair 2014 Videos/Chicago TI Faire Disk 2014/LIBRARIES/LIB_TI_DISKS_81/T_V_16/TEACH_YOURSELF_BASIC_PART_2.DSK

 

There's also an Extended BASIC one:

./video/Chicago TI Fair 2014 Videos/Chicago TI Faire Disk 2014/LIBRARIES/LIB_TI_DISKS_81/T_V_16/TEACH_YOURSELF_EXTENDED_BAS.DSK

 

I have not downloaded these to verify their contents.

Link to comment
Share on other sites

 

Not such a bad idea, really. Videos are good but follow-along does not work well for everyone in terms of learning and time. Doing is a little different.

 

Yea will have to do that for RXB 2018 when I release it as many changes are in RXB 2018.

 

For example AMS support has been changed:

 

RXB 2001 to RXB 2015 AMS support:

CALL AMSBANK(low bank,high bank,...)

CALL AMSON

CALL AMSOFF

CALL AMSMAP

CALL AMSPASS

 

RXB 2018 changes:

CALL SAMS(low bank,high bank,...)

CALL SAMS("ON",...)

CALL SAMS("OFF",..)

CALL SAMS("MAP",...)

CALL SAMS("PASS",...)

 

Why? Well in RXB 2018 you can do this:

 

CALL SAMS("ON",low bank,high bank,"OFF")

 

In RXB 2001 to RXB 2015 you would have to do this:

 

CALL AMSON :: CALL AMSBANK(low bank,high bank) :: CALL AMSOFF

Edited by RXB
Link to comment
Share on other sites

  • 3 weeks later...

It seems that Classic99 does not include DISK MANAGER2. I'm not sure what users are supposed to do...

Use Disk Manager 1000. ;) It's included on DSK1 and loads with Editor/Assembler cartridge, option 5, DSK1.MGR1

 

Or use TI99DIR or any of the many external disk image manager tools. Classic99 was written to use files, not disk images, and disk image support is only there as a convenience, not the recommended workflow. If you use files, you can just open the folder in Windows and see all the files. ;)

 

Nobody agrees with me, but that's what users are "supposed" to do. ;)

Link to comment
Share on other sites

If you use files, you can just open the folder in Windows and see all the files.

This is just what I do. I've been using Classic99 more and more lately. Why?

 

1. The Debugger!!!

2. The E/A files are DIRECTLY compatible with TIPI.

3. Easily see and copy files/edit filenames as I make minor revisions.

4. No immediate limit on how many large files I can save to a virtual disk (same as my TIPI directory).

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...