Instruction Mnemonics


The table on this page contains an alphabetical listing of the mnemonics displayed for program instructions. For example, the mnemonic #-K represents the pounds-to-kilograms function and is generated by the keystrokes [ CONV ] { MET } { #-K }. The program codes in the table are included for advanced programmers.



MnemonicMeaningKey SequenceCode (Hex)
#-KPounds to Kilograms[ CONV ] { MET } { #-K }C6
(Open Parentheses[ ( ]12
)Close Parentheses[ ) ]11
+Add[ + ]14
-Subtract[ – ]15
*Multiply[ × ]16
/Divide[ ÷ ]17
.Decimal Point[ . ]0E
+/-Change sign[ +/- ]0D
=Equals function[ = ]10
1/xReciprocal[ 1/x ]A0
2sC2's Complement[ CONV ] { BAS } { 2sC }CE
0Numeric 0[ 0 ]80
1Numeric 1[ 1 ]81
2Numeric 2[ 2 ]82
3Numeric 3[ 3 ]83
4Numeric 4[ 4 ]84
5Numeric 5[ 5 ]85
6Numeric 6[ 6 ]86
7Numeric 7[ 7 ]87
8Numeric 8[ 8 ]88
9Numeric 9[ 9 ]89
13dShow 13 Digits[ 2nd ] [ 13d ]AE
AHex Digit A[ 2nd ] [ AH ]8A
ABSAbsolute Value[ NUM ] { --> } { ABS }A9
ADVPaper Advance[ 2nd ] [ ADV ]BF
ASMAssemble Program[ 2nd ] [ ASM ]9A
BHex Digit B[ 2nd ] [ BH ]8B
BRKBreak[ BREAK ]0A
CHex Digit C[ 2nd ] [ CH ]8C
CATCatalog Directory[ FILES ] { CAT }9C
CDClear Directory[ FILES ] { --> } { CD }1F
CEClear Entry[ CE ]01
CFGClear Flags[ FLAGS ] { CLR }9D
CHRCharacter code[ ALPHA ] { --> } { CHR }DA
CIOCall I/O[ I/O ] { CIO }F2
CLRClear[ CLEAR ]02
CMSClear memories[ 2nd ] [ CMS ]03
COLAlpha column[ ALPHA ] { COL }F4
COSCosine[ COS ]A6
CS1Clear 1-Variable Stat Regs[ STAT ] { CLR } { CS1 }B1
CS2Clear 2-Variable Stat Regs[ STAT ] { CLR } { CS2 }B2
CUBCubic Equation[ FUNC ] { CUB }19
DHex digit D[ 2nd ] [ DH ]8D
D-GDegrees to grads[ CONV ] { ANG } { D-G }C8
D-RDegrees to radians[ CONV ] { ANG } { D-R }C7
DECDecimal Mode[ CONV ] { BAS } { DEC }CA
DELAlpha delete[ ALPHA ] { DEL }BB
DEVPrinter device number[ I/O ] { PRT } { DEV }D8
DFDelete Files[ FILES ] { DF }DC
DFADefine Absoluteavailable through ASMFB
DFNDefine Function Key[ 2nd ] [ DFN ]F7
DMSDegrees, minutes, seconds[ CONV ] { DMS }C0
DRGDegrees, radians, grads[ 2nd ] [ DRG ]AF
DSZDecrement and skip if zero[ TESTS ] { DSZ }E7
EHex digit E[ 2nd ] [ EH ]8E
EEScientific Notation[ EE ]0C
ENGEngineering Notation[ 2nd ] [ ENG ]0F
EXCExchange Register[ EXC ]E1
FHex digit F[ 2nd ] [ FH ]8F
F1F1 key (after DFN)[ F1 ]90
F2F2 key (after DFN)[ F2 ]91
F3F3 key (after DFN)[ F3 ]92
F4F4 key (after DFN)[ F4 ]93
F5F5 key (after DFN)[ F5 ]94
F-CFahrenheit to centigrade[ CONV ] { MET } { F-C }C2
f-MFeet to Meters[ CONV ] { MET } { f-M }C5
FIXFix decimal[ 2nd ] [ FIX ]DB
FRCFractional portion[ NUM ] { FRC }AB
FRQFrequency[ STAT ] { FRQ }B0
G-LGallons to Liters[ CONV ] { MET } { G-L }C3
GETLoad file[ FILES ] { GET }DF
GTLGo to Label[ 2nd ] [ GTL ]F5
GTOGo to address[ INV ] [ 2nd ] [ GTL ]F9
HEXHexadecimal display[ CONV ] { BAS } { HEX }CB
HLPHelp[ HELP ]07
HLTHalt program[ HALT ]09
HYPHyperbolic function[ HYP ]06
i-mInches to millimeters[ CONV ] { MET } { i-m }C4
IF=If equal[ TESTS ] { IF= }EA
IF>If greater than[ TESTS ] { IF< }EB
IF<If less than[ [TESTS ] { IF< }E9
INCIncrement register[ INCR ]E8
INDIndirect[ 2nd ] [ IND ]F8
INSAlpha insert[ ALPHA ] { INS }BA
INTInteger portion[ NUM ] { INT }AA
INVInverse function[ INV ]05
KWKey wait[ I/O ] { KW }9F
LBLLabel[ 2nd ] [ LBL ]FF
LCMLeast common multiples[ NUM ] { --> } { LCM }1D
LLList labels[ LIST ] { LBL }97
LNNatural log[ LN ]A3
LOGCommon log[ LOG ]A4
LPList program[ LIST ] { PGM }96
LRList register[ LIST ] { REG }95
LSList status[ LIST ] { ST }98
m-bSlope-intercept[ STAT ] { --> } { m-b }B6
MNMean[ STAT ] { MN }B5
MRGAlpha merge[ ALPHA ] { MRG }EC
NAMName cartridge[ FILES ] { --> } { NAM }DD
nCrCombinations[ 2nd ] [ nCr ]1C
NOPNo operation[ 2nd ] [ NOP ]00
nPrPermutations[ 2nd ] [ nPr ]1B
OCTOctal display[ CONV ] { BAS } { OCT }CC
OLDRestore display[ OLD ]B9
P-RPolar to rectangular[ CONV ] { P-R }C1
PARPartition[ 2nd ] [ PART ]9B
PAUPause[ 2nd ] [ PAUSE ]08
PFPrime factor[ NUM ] { --> } { PF }1E
PIπ[ 2nd ] [ π ]B8
PRTPrint display[ 2nd ] [ PRINT ]BE
PUTSave file[ FILES ] { PUT }DE
QADQuadratic equation[ FUNC ] { QAD }1A
rCorrelation coefficient[ STAT ] { --> } { r }B7
R-GRadians to grads[ CONV ] { ANG } { R-G }C9
R#Random number[ NUM ] { R# }99
RCARecall alpha[ ALPHA ] { --> } { RCA }ED
RCBRecall byte[ FUNC ] { SYS } { RCB }FE
RCLRecall register[ RCL ]E0
RDRead external file[ I/O ] { Pad } { RD }EF
RFReset flag[ FLAGS ] { RF }D6
RNDRound function[ NUM ] { RND }AD
RTNReturn[ 2nd ] [ RTN ]BC
RUNRun program file[ RUN ]CF
sStandard deviation[ STAT ] { s }B3
SBACall assembly language[ FUNC ] { SYS } { SBA }FC
SBLCall subroutine label[ 2nd ] [ SBL ]F6
SBRCall subroutine address[ INV ] [ 2nd ] [ SBL ]FA
SFSet flag[ FLAGS ] { SF }D5
SG+∑+ (sigma +) for statistics[ ∑+ ]13
SGNSignum function[ NUM ] { --> } { SGN }AC
SHWShow statistics data[ STAT ] { --> } { SHW } F1-F5D9
SINSine[ SIN ]A5
SQRSquare root[ √x ]A2
ST+Register addition[ STO ] [ + ]E3
ST/Register division[ STO ] [ ÷ ]E6
ST*Register multiplication[ STO ] [ × ]E5
ST-Register subtraction[ STO ] [ - ]E4
STA Store alpha[ ALPHA ] { --> } { STA }EE
STBStore byte[ FUNC ] { SYS } { STB }FD
STOStore register[ STO ]E2
TANTangent[ TAN ]A7
TFTest flag[ FLAGS ] { TF }D7
TRCTrace mode[ 2nd ] [ TRACE ]BD
UNFUnformatted display[ CONV ] { BAS } { UNF }CD
VFYVerify external file[ I/O ] { Pad } { VFY }F1
WBWord break[ I/O ] { PRT } { WB }9E
WIDPrint width[ I/O ] { PRT } { WID }F3
WRTWrite external file[ I/O ] { Pad } { WRT }F0
x^2Square[ x2 ]A1
x!Factorial[ 2nd ] [ x! ]A8
x~tExchange t-register[ x~t ]04
y^xUniversal power[ yx ]18
y'Predicted Y[ STAT ] { --> } { y' }B4
Y/NYES/NO test[ TESTS ] { Y/N }0B


Back