Sharp OZ-707 Operation Manual - Page 69

require 768 bytes on RAM disk

Page 69 highlights

DSKF p o FORMAT: 1. DSKF "E:" 2. DSKF (3) Abbreviation: DS. See Also: PURPOSE: Returns the amount of free space on a RAM disk E. REMARKS: DSKF returns the size of the free disk area in bytes. The RAM disk is used in blocks of 256 bytes. To store a program formatted in intermediate code, an additional 20 bytes are required for control area. Thus, a 500 byte program will require 768 bytes on RAM disk E. EXAMPLE: DSKF(3) Returns the free space on the RAM disk E. END p FORMAT: END Abbreviation: E. See Also: PURPOSE: Signals the end of a program. REMARKS: The program will be terminated when the END statement is executed. Statements after the END statement in the same line cannot be executed. All opened files are closed. 126 127

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128

DSKF
FORMAT:
1.
DSKF "E:"
2. DSKF (3)
Abbreviation:
DS.
See
Also:
PURPOSE:
Returns the amount
of
free space on a RAM disk
E.
REMARKS:
DSKF
returns the size of the free disk area in bytes.
The
RAM disk is used in blocks of 256 bytes.
To store a program formatted
in
intermediate code, an additional 20
bytes are required
for
control area. Thus, a 500 byte program will
require 768 bytes on RAM disk
E.
EXAMPLE:
DSKF(3)
Returns the free space on the RAM disk
E.
126
p
o
END
F
ORMAT:
END
Abbreviation:
E.
See
Also:
P
URPOSE:
Signals the end of a program.
R
EMARKS:
The program will
be
terminated when the END statement is executed.
Statements after the END statement
in
the same line cannot
be
executed. All opened files are closed.
127
p