| 1415A |  DOBEEP | ( %freq %dur →  )Beeps. Analog to user function
 BEEP. | 
| 141B2 |  setbeep | ( #ms #Hz →  )Also beeps.
 | 
| 041A7 |  TurnOff | (  →  )Internal
 OFF. | 
| 041DA |  (!TurnOff) | (  →  )Internal
 OFF. Does not do alarm check, etc. | 
| 041ED |  DEEPSLEEP | (  → flag )Puts HP into deepsleep mode.
Returns
 TRUEif "Invalid Card Data" message. | 
| 325AA |  ChkLowBat |  | 
| 0426A |  ShowInvRomp | (  →  )Flashes "Invalid Card Data" message.
 | 
| 386D8 |  ?FlashAlert | (  →  )Displays system warnings.
 | 
| 04544 |  (AlertStatus) | (  → # )Gets last system warning:
 
 #0h = OK
 #1h = Alarm
 #2h = LowBat (S)
 #4h = LowBat (P1)
 #8h = LowBat (P2) | 
| 04575 |  (Alert$) | ( # → $ )Recalls system warning message.
 | 
| 0D2A3 |  (WSLOG) | (  → $4 $3 $2 $1 )Recalls warm start log messages.
 | 
| 0D18A |  (WSLOGN) | ( #n → $ )Recalls specified warm start log message.
 | 
| 21B4E |  (DOAPWL) | (  →  )Forces a warm start but does not log a
warmstart event.
 | 
| 04912 |  (LiteSlp) | (  →  )Enters light sleep mode.
 | 
| 05F42 |  GARBAGE | (  →  )Forces garbage collection.
 | 
| 05F61 |  MEM | (  → # )Returns amount of free memory in nibbles.
Does not do garbage collection. (The user
word does.)
 | 
| 05902 |  OSIZE | ( ob → # )Returns object size in nibbles. Forces
garbage collection.
 | 
| 05944 |  OCRC | ( ob → #nib hxs )Returns size in nibbles and checksum as hxs.
 | 
| 1A1FC |  OCRC% | ( ob → hxs %bytes )Returns checksum and size in bytes.
 | 
| 1A265 |  VARSIZE | ( id → hxs %bytes )Returns checksum and size in bytes of
specified variable.
 | 
| 1A2DA |  INHARDROM? | ( ob → ob flag )Is object address < #80000h?
 | 
| 19350 |  (NOTINHARDROM?) | ( ob → ob flag )Is object address   #80000h?
 | 
| 05AB3 |  CHANGETYPE | ( ob #prolog → ob' )Changes prolog of object, does
 TOTEMPOB. | 
| 05ACC |  (!CHANGETYPE) | ( ob #prolog → ob' )Changes prolog of object.
 | 
| 6595A |  getnibs | ( hxs hxs → hxs' )Peek. First hxs is data, second is address.
The data is overwritten for its length
(maximum 16) with nibbles starting from
specified address.
 | 
| 6594E |  putnibs | ( hxs hxs →  )Poke. First hxs is data, second is address.
See <REF>getnibs.
 | 
| 538F8 |  NOBLINK | (  →  )Clears the BLINKFLAG,
 SysNib5. | 
| 13D28 |  cursorblink+ |  | 
| 13D55 |  cursorblink- |  | 
| 42078 |  ?BlinkCursor | (  →  )Makes the cursor Blink if in App-mode or
Editline.
 |