81B1C |
setbeep
|
( #ms #Hz → )
Also beeps.
|
82D05 |
TurnOff
|
( → )
Internal OFF .
|
81A40 |
GARBAGE
|
( → )
Forces garbage collection.
|
81A45 |
MEM
|
( → # )
Returns amount of free memory in nibbles.
Does not do garbage collection. (The user
word does.)
|
819C3 |
OSIZE
|
( ob → # )
Returns object size in nibbles. Forces
garbage collection.
|
819BE |
OCRC
|
( ob → #nib hxs )
Returns size in nibbles and checksum as hxs.
|
81BA8 |
INHARDROM?
|
( ob → ob flag )
Is object address < #80000h?
|
82D19 |
CHANGETYPE
|
( ob #prolog → ob' )
Changes prolog of object, does TOTEMPOB .
|