Skip to content

Commit 418d8e3

Browse files
Make the description of the TR-DOS disk drives identifiers clearer.
FossilOrigin-Name: 4cda2cc1d8501b54e6b20eceaca0daf5c1b3ac5ecf15c93e3ffe8756136c4675
1 parent 80d95f7 commit 418d8e3

File tree

2 files changed

+29
-16
lines changed

2 files changed

+29
-16
lines changed

README.adoc

Lines changed: 25 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// This file is part of Solo Forth
88
// http://programandala.net/en.program.solo_forth.html
99

10-
// Last modified: 202101042314.
10+
// Last modified: 202101061748.
1111

1212
// Description {{{1
1313
== Description
@@ -387,6 +387,28 @@ configured as double-sided and 80-track in the emulator.
387387
[#_run_trdos]
388388
=== In TR-DOS
389389

390+
// tag::trdos_disk_drives[]
391+
392+
[IMPORTANT]
393+
--
394+
[#trdosdiskdrives]
395+
The TR-DOS version of Solo Forth uses numbers as disk drive
396+
identifiers (the same numbers TR-DOS uses internally) instead of the
397+
letters used by the TR-DOS BASIC interface:
398+
399+
.TR-DOS disk drive identifiers
400+
|===
401+
| Drive | In TR-DOS | In Solo Forth
402+
403+
| 1st | A | 0
404+
| 2nd | B | 1
405+
| 3rd | C | 2
406+
| 4th | D | 3
407+
|===
408+
--
409+
410+
// end::trdos_disk_drives[]
411+
390412
// tag::run_pentagon[]
391413

392414
// On Pentagon 128 {{{3
@@ -530,19 +552,8 @@ configured as double-sided and 80-track in the emulator.
530552
Notice that the library is split into two disks because the maximun
531553
capacity of a TR-DOS disk is only 640 KiB.
532554

533-
Also notice that the TR-DOS version of Solo Forth uses numbers as disk
534-
drive identifiers (the same numbers TR-DOS uses internally) instead of
535-
the letters used by the TR-DOS BASIC interface:
536-
537-
.TR-DOS disk drive identifiers
538-
|===
539-
| Drive | In TR-DOS | In Solo Forth
540-
541-
| 1st | A | 0
542-
| 2nd | B | 1
543-
| 3rd | C | 2
544-
| 4th | D | 3
545-
|===
555+
Also remember in Solo Forth the <<trdosdiskdrives,TR-DOS disk drive
556+
identifiers>> are numbers 0..3 instead of letters A..D.
546557
--
547558

548559
3. Type `1 set-drive throw` to make drive 1 (i.e. the second one,

src/doc/manual_skeleton.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Solo Forth: Version {version} for {dosname}
22
:author: Marcos Cruz
33
:producer: Marcos Cruz
4-
:revdate: 2021-01-05
4+
:revdate: 2021-01-06
55
:doctype: book
66
:lang: en
77
ifdef::backend-html5[]
@@ -27,7 +27,7 @@ endif::[]
2727
// This file is part of Solo Forth
2828
// http://programandala.net/en.program.solo_forth.html
2929

30-
// Last modified: 202101042044.
30+
// Last modified: 202101061749.
3131

3232
ifdef::backend-html5[]
3333
toc::[]
@@ -691,6 +691,8 @@ ifdef::trdos[]
691691
// prevents Asciidoctor PDF from issue warnings about the expected
692692
// list item indexes.
693693

694+
include::doc.README.linked.adoc[tags=trdos_disk_drives]
695+
694696
include::doc.README.linked.adoc[tags=run_pentagon]
695697

696698
include::doc.README.linked.adoc[tags=run_scorpion]

0 commit comments

Comments
 (0)