Notes:
28
Editor
Commands
Ter._
You'lI
N.ed
ToH_o.,
...
Il..
Specifies
a
program
line
and
msy
be
any
number
belweeo0-53999. The foilowlrlQ symbolsmayal50 be
usecI:
# (lirst line in Itleprogram).* (Iast tinein the
program),.
(eurrenlline).
aureat
U_
Specifies
the
last
line
inserted.
00100,
or
pnnted.
•
'.n1J_
Specifiesthe IlnewhElfe an
op9raÜOl1
begins.ln
most
commands
starIJu16 isoptioIlaI; if
omitled,
theClIrrent
line is used.
•
adlÙI.
Specilles
the
line
where
an
operation
ends.
In
mosl
commands,
end/me
IS
optionaJ; if
omittod,
the las! line
in
the
program
is
used.
r....
Speclfles
the
ltne(s)
in
anoperation.1f more
than
one
line
IS
ln
the range, those
Jlnes
musl be specified
byone
of
the
lollowing: :
(separstessrarttine
trom endline), !(separates
st8l1Jine
from
the number
ollnes
thatlollowstartline). •
~_t
Specifies
ltIe
number
of
steps
(Iine
numbers)
between successIve ptogram lines. On start-up,
an
increment
of
10
is used.
ln
most oommands.
inaement
is
optional;
il
omitted, the lasl
specified
Increment
is
used.
A
Rl
__
.eI.wflr:II
.
.•
Assembles
telCt
program (specifie<! by fiJename) lntomachine
code.fi/ename is a standardColorBASIC file specification
and
is
optionsl;
if
omitled,
NONAME
ÎS used. switch
may
be
any
01
the
follow1ng:
IAO
(Absolute
Ongi..-.app~es
only
if
IlM
is
set.);
"
..
(ln
Memory
Assembly)
ILP
(Assembly
listing
on
pnnler);
/MO
(Manual
Origir-Appbes
only
if
IlM
is
set.)
INL
(No
listing
printed);
INa
(No
obIect
code
geoeraled.)
INS
(No
symbollable
generated.)
ISS (ShOl1 sereen.)
IWE
(Wail
on
errors.)
Unless
ItIeIlM
swilch
ÎS
used.1he
program
will be
assembled
on
tape
using
the
specified
filename.
ASAJ1PLE/IM
A
c.tllrlllne.
r
•••••
I.a.
..
ent
CopIes
range
to
a
new
Iocabon that
begins
with
startJine
using
specified
Increment. stafflme, range, andincrement
must
ail
be
included.
C500d00:150d0
Ore
•••
Deleles
range. Ifrange is
omilled.
currant
line
is deleted.
0100
0100:
150
0
EIIII.
Enters
a
line
forediting.line
is optional;
ifomilled,
current line
Isused.
E
100
E
F.trillg
Finds
specified string
of
characters.
Search
begins
with the
currenlilne
and
ends each
time
the string
is
found. string is
optional; if
ommed,
the
last
string
defined
is used.
FA8C
F
28