English
Language : 

PAK-I Datasheet, PDF (7/28 Pages) List of Unclassifed Manufacturers – 310 Ivy Glen Court
Software Commands
Code
$01
$02
$03
$04
$05
$06
$07
$08
$09
$0A
$0B
$0C
$0D
$0E
$0F
$10
$11
$12
$13
$14
$15
$16
$17
$18
$92
$93
Name
LOADX
LOADY
READX
SWAP
DIGIT
IEEECVT
Alternate
N/A
N/A
N/A
N/A
N/A
N/A
Argument
FP
FP
None
None
DIGIT
None
Returns
Nothing
Nothing
FP
Nothing
ASCIIDIGIT
Nothing
FLOAT
$87
None
STATUS
COMMCK N/A
FPCVT
N/A
None
None
$22
Nothing
CHS
N/A
None
Nothing
INT
$8B
None
STATUS
MUL
$8C
None
STATUS
DIV
$8D
None
STATUS
SUB
$8E
None
STATUS
ADD
$8F
None
STATUS
OPT
N/A
OPTS
Nothing
ABS
N/A
None
Nothing
STO0
N/A
None
Nothing
RCL0
N/A
None
Nothing
DIR
N/A
DIRS
Nothing
RIO
N/A
None
IBYTE
WIO
N/A
XTOY
N/A
YTOX
N/A
STO1
N/A
RCL1
N/A
OBYTE
None
None
None
None
Nothing
Nothing
Nothing
Nothing
Nothing
Description
Load X
Load Y
Read X
Swap X and Y
Find ASCII digit from X
Convert X to IEEE
format
24-bit integer in X to
floating point
Communications check
Convert X from IEEE
format
X=-X
Convert X to 24-bit
integer
X=X*Y
X=X/Y
X=X-Y
X=X+Y
Sets option bits
X=|X|
R0=X
X=R0
Sets direction register
Reads input byte from
port
Writes byte to output port
X=Y
Y=X
R1=X
X=R1
Notes and Key:
• FP – 32 bit floating point number (see text for format)
• DIGIT – A digit number. Zero returns +, -, or space if the number is
positive, negative, or zero. See reference for more details.
• ASCIIDIGIT – The ASCII representation of the requested digit
• STATUS – Floating point error flags
• OPTS – Options ( $80 turns on saturation; $40 enables rounding)
• R0, R1 – Temporary storage registers