annotate docs/nitros9guide/runb.refentry @ 969:43792cdb993d

ded added to std CMDS
author boisy
date Fri, 31 Jan 2003 18:00:50 +0000
parents cfed0d7751f3
children c565a4700689
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
920
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
1 <refentry id="runb">
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
2 <refnamediv>
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
3 <refname>RUNB</refname>
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
4 <refpurpose>BASIC09 run time package</refpurpose>
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
5 </refnamediv>
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
6
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
7 <refsynopsisdiv>
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
8 <cmdsynopsis>
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
9 <command>Runb</command>
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
10 <arg choice="plain">&replstart;i-code module&replend;</arg>
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
11 </cmdsynopsis>
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
12 </refsynopsisdiv>
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
13
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
14 <refsect1><title>Description</title>
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
15 <para>
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
16 BASIC09 run time package
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
17 </para>
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
18 <para>
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
19 Once one or more BASIC09 procedures are debugged to the programmer's
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
20 satisfaction, they can be "packed" or converted permanently to the
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
21 bytecode form.
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
22 </para>
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
23 <para>
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
24 Packed BASIC09 procedures are in fact OS-9 modules, and the OS-9 shell
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
25 recognizes them as I-code and passes them off to the virtual machine
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
26 emulator RunB for execution. RunB avoids a great deal of the overhead of
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
27 the typical interpreted BASICs of the day -- not to mention that one can do
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
28 integer calculations where appropriate rather than doing everything in
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
29 floating point -- so that BASIC09 programs run very quickly in comparison
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
30 with interpreted BASICs.
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
31 </para>
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
32 </refsect1>
cfed0d7751f3 Added basic09, cc and runb to the user's guide
roug
parents:
diff changeset
33 </refentry>