2074F |
setbeep
|
( #ms #Hz → )
Also beeps.
|
04A53 |
TurnOff
|
( → )
Internal OFF .
|
06742 |
GARBAGE
|
( → )
Forces garbage collection.
|
06761 |
MEM
|
( → # )
Returns amount of free memory in nibbles.
Does not do garbage collection. (The user
word does.)
|
060BB |
OSIZE
|
( ob → # )
Returns object size in nibbles. Forces
garbage collection.
|
060FD |
OCRC
|
( ob → #nib hxs )
Returns size in nibbles and checksum as hxs.
|
140B7 |
INHARDROM?
|
( ob → ob flag )
Is object address < #80000h?
|
0626C |
CHANGETYPE
|
( ob #prolog → ob' )
Changes prolog of object, does TOTEMPOB .
|