25EB2 |
DOBEEP
|
( %freq %dur → )
Beeps. Analog to user function BEEP .
|
261AC |
setbeep
|
( #ms #Hz → )
Also beeps.
|
0C4002 |
^SERIAL
|
( → $ )
Return a string with the Serial number of the
unit.
|
041A7 |
TurnOff
|
( → )
Internal OFF .
|
041ED |
DEEPSLEEP
|
( → flag )
Puts HP into deepsleep mode.
Returns TRUE if "Invalid Card Data" message.
|
01118 |
LowBat?
|
( → flag )
Returns TRUE if low battery.
|
0426A |
ShowInvRomp
|
( → )
Flashes "Invalid Card Data" message.
|
2EE5D |
?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.
|
2F237 |
(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.
|
2F257 |
OCRC%
|
( ob → hxs %bytes )
Returns checksum and size in bytes.
|
2F267 |
VARSIZE
|
( id → hxs %bytes )
Returns checksum and size in bytes of
specified variable.
|
394C8 |
INHARDROM?
|
( ob → ob flag )
Is object address < #80000h?
|
05AB3 |
CHANGETYPE
|
( ob #prolog → ob' )
Changes prolog of object, does TOTEMPOB .
|
25F90 |
>LANGUAGE
|
( # → )
Sets the current language for messages.
Internal version of x→LANGUAGE .
|
25F95 |
LANGUAGE>
|
( → # )
Returns the current language for messages.
Internal version of the xLANGUAGE→
command.
|
256BE |
NOBLINK
|
( → )
Clears the BLINKFLAG, SysNib5 .
|
25E71 |
?BlinkCursor
|
( → )
Makes the cursor Blink if in App-mode or
Editline.
|