Using TS-DOS to Load RAM4TH: Difference between revisions
From Bitchin100 DocGarden
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
* Enter BASIC. | * Enter BASIC. | ||
* Type<pre> | * Type | ||
<pre> | |||
load"0:RLCLDR.DO" | load"0:RLCLDR.DO" | ||
save"0:RLCLDR.BA" | save"0:RLCLDR.BA" | ||
Line 24: | Line 25: | ||
</pre> | </pre> | ||
* Select option #1 | * Select option #1 | ||
* Enter the following output filename:<pre> | * Enter the following output filename: | ||
<pre> | |||
0:RAM4TH.CO | 0:RAM4TH.CO | ||
</pre> | </pre> | ||
* Enter the following input filename:<pre> | * Enter the following input filename: | ||
<pre> | |||
0:RAM4TH.DO | 0:RAM4TH.DO | ||
</pre> | </pre> | ||
* Indicate to load the program at address<pre> | * Indicate to load the program at address | ||
<pre> | |||
50176 | 50176 | ||
</pre> | </pre> | ||
* WAIT A LONG TIME. A REALLY LONG TIME. | * WAIT A LONG TIME. A REALLY LONG TIME. | ||
* At the BEEP, you should have a RAM4TH.CO image on your external drive. | * At the BEEP, you should have a RAM4TH.CO image on your external drive. | ||
* To load RAM4TH type:<pre> | * To load RAM4TH type: | ||
<pre> | |||
CLEAR0,50176 | CLEAR0,50176 | ||
RUNM"RAM4TH.CO" | RUNM"RAM4TH.CO" | ||
</pre> | </pre> | ||
* To exit RAM4TH type:<pre> | * To exit RAM4TH type: | ||
<pre> | |||
MENU | MENU | ||
</pre> | </pre> |
Revision as of 22:07, 17 December 2008
- First, download
Note: clicking on each link brings up a page. There is a link with the expected file name near the top that you can right click, and save the link target).
- Transfer these to your external drive in the usual way.
- Connect the drive to your Model T laptop.
- Enter TS-DOS. Ensure that "DOS-ON" is enabled.
- Exit TS-DOS.
- Enter BASIC.
- Type
load"0:RLCLDR.DO" save"0:RLCLDR.BA" new clear 100,50176 run"0:RLCLDR.BA"
- Select option #1
- Enter the following output filename:
0:RAM4TH.CO
- Enter the following input filename:
0:RAM4TH.DO
- Indicate to load the program at address
50176
- WAIT A LONG TIME. A REALLY LONG TIME.
- At the BEEP, you should have a RAM4TH.CO image on your external drive.
- To load RAM4TH type:
CLEAR0,50176 RUNM"RAM4TH.CO"
- To exit RAM4TH type:
MENU