25
|
1 Though RunB (the I-CODE interpreter) came on the OS-9 disks,
|
|
2 Basic09 was not distributed as part of the OS-9 system.
|
|
3 You had to purchase it separately. I therefore considered it
|
|
4 more appropiate to treat both applications as a united
|
|
5 3rd party package.
|
|
6
|
|
7 The Basic09 I own was purchased from Dragon Data Ltd. They
|
|
8 had changed the welcome message, but otherwise I think it
|
|
9 is exactly the same Basic09 as was distributed by Microware.
|
27
|
10 This Basic09 is the basic09-d64.asm file.
|
25
|
11
|
|
12 BASIC09
|
|
13 COPYRIGHT 1980 BY MOTOROLA INC.
|
|
14 AND MICROWARE SYSTEMS CORP.
|
|
15 REPRODUCED UNDER LICENSE
|
|
16 TO DRAGON DATA LTD.
|
|
17 ALL RIGHTS RESERVED.
|
|
18
|
|
19 Basic09
|
|
20 Ready
|
|
21 B:
|
|
22
|
|
23 Identification
|
|
24 ---------------------------------
|
|
25 Header for: Basic09
|
|
26 Module size: $5AB5 #23221
|
|
27 Module CRC: $E3C48D (Good)
|
|
28 Hdr parity: $d1 (Good)
|
|
29 Exec. off: $07AA #1962
|
|
30 Data size: $1000 #4096
|
|
31 Edition: $16 #22
|
|
32 Ty/La At/Rv: $11 $81
|
|
33 Prog mod, 6809 obj, re-en
|
|
34
|
27
|
35 A slightly different Basic09 was found in the level2 directory.
|
|
36 This Basic09 is the basic09-cc.asm file.
|
|
37
|
|
38 BASIC09
|
|
39 RS VERSION 01.00.01
|
|
40 COPYRIGHT 1980 BY MOTOROLA INC.
|
|
41 AND MICROWARE SYSTEMS CORP.
|
|
42 REPRODUCED UNDER LICENSE
|
|
43 TO TANDY CORP.
|
|
44 ALL RIGHTS RESERVED.
|
|
45
|
|
46 Basic09
|
|
47 Ready
|
|
48 B:
|
|
49
|
|
50 Identification
|
|
51 ---------------------------------
|
|
52 Header for: Basic09
|
|
53 Module size: $5ACC #23244
|
|
54 Module CRC: $F0388C (Good)
|
|
55 Hdr parity: $a8 (Good)
|
|
56 Exec. off: $07C1 #1985
|
|
57 Data size: $2000 #8192
|
|
58 Edition: $16 #22
|
|
59 Ty/La At/Rv: $11 $81
|
|
60 Prog mod, 6809 obj, re-en
|
|
61
|
|
62
|
|
63 But, for both distributions is, that RunB is exactly the same:
|
|
64
|
25
|
65 Header for: RunB
|
|
66 Module size: $2F99 #12185
|
|
67 Module CRC: $A4D050 (Good)
|
|
68 Hdr parity: $88 (Good)
|
|
69 Exec. off: $0195 #405
|
|
70 Data size: $1000 #4096
|
|
71 Edition: $16 #22
|
|
72 Ty/La At/Rv: $11 $81
|
|
73 Prog mod, 6809 obj, re-en
|
|
74
|
27
|
75 .. as well as for edit:
|
|
76
|
|
77 Header for: Edit
|
|
78 Module size: $1516 #5398
|
|
79 Module CRC: $04652B (Good)
|
|
80 Hdr parity: $2b (Good)
|
|
81 Exec. off: $0161 #353
|
|
82 Data size: $0C1F #3103
|
|
83 Edition: $03 #3
|
|
84 Ty/La At/Rv: $11 $81
|
|
85 Prog mod, 6809 obj, re-en
|
|
86
|