Owner`s manual

70
3.5 FIND
(F
Command)
* F <heading address>L.J<final address>L.J<data>L.J[<data
...
>]
Searches from the heading address to the final address for continuous data
of
the
number specified by the data, and, if found, outputs that address and data at the dump
mode.
Stopped by ISHIFrI + IBREAKI.
3.6 GOSUB
(G
Command)
* G <call
address>
Sub-routine calls the designated call address. Stack pointer
is
at FFFE (hexadecimal).
3.7
TRANSFER (T Command)
* T <heading address>L.J<final
address>~transfer
heading
address>
Transfers data between designated addresses from the transfer heading address.
3.8 SAVE
(S
Command)
*5
<heading address>L.J<final address>L.J<execution heading
address>:
[<devica
name>
: filename]
Records data between designated addresses to the designated device name. The
"execution heading address"
is
the execution heading address when loaded from IPL.
Specify
the file name in the same way as for DISK BASIC (after a
colon"
: ").