SEXEC
Odos
Will
save
an area of memory
in
a form which
is
suitable for loading and executing with
the EXEC command.
The data saved should constitute a machine code program.
syntax:
starLaddress:= numeric_expression [start of area]
length: = numeric_expression [length of area]
data-space:= numeric_expression [length of data area which will
be required
by
the program)
SEXEC
deVice,
starLaddress, length,
data-space
example:
SEXEC
mdv1
program,
262144,3000,500
comment
The Odos
system
documentation should be read before attempting
to
use
this command.
•
•
example:
54
SIN
maths
functions
SIN
will
compute the sine of the specified parameter.
syntax:
angle:= numeric_expression [range
-10000
..
10000
in
radians)
SIN(angle)
i.
PRINT
SIN(3)
ii.
PRINT
SINI3.141592654/2)
12/84
•
•