![Oric MICRODISC Скачать руководство пользователя страница 46](http://html1.mh-extra.com/html/oric/microdisc/microdisc_manual_1650515046.webp)
S A V E a file to disc
D E S C R I P T I O N
To save:
- - A B A S I C program as a file
- - A machine code program as a file
- - A block of m e m o r y as a file
I N S T R U C T I O N S
Save a B A S I C p r o g r a m
!SAVE <Filename> [ , A U T O ]
Where the , A U T O option ensures the program will automatically 'run'
when loaded (see L O A D a file).
Save a m a c h i n e code p r o g r a m .
!SAVE <Filename> , A # <start address>
,E <end address> [ , T # <transfer address>]
where ,A and ,E define the start and end of m e m o r y to be saved and
option ,T defines the address at which the program will be automatically
run when loaded.
Save
a block of memory (not a
p r o g r a m ) .
The instruction is as for a machine code program except that the ,T
<transfer address> option does not apply, since we are not loading a
program.
NOTES
1.
Not specifying the options ,AUTO (for a B A S I C file) or ,T
<address) (for a machine code file) means that the program will not
automatically run when loaded. You will have to type in RUN
for a B A S I C program or C A L L <address>
for a machine code program.
41
RETURN