Overview
Project
Class
Tree
Deprecated
Index
AS03_Doc
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
I
INC(string)
- member function in
(Desktop globals)
INC increments a word in memory
INCA()
- member function in
(Desktop globals)
INCA Increments accumulator A
INCX()
- member function in
(Desktop globals)
INCX increments the accumulator register
M
main()
- member function in
(Desktop globals)
MAX(string,string,int)
- member function in
(Desktop globals)
Determines the higher of two words
MUL(string,string,string)
- member function in
(Desktop globals)
Multiplies two words
P
POP(string)
- member function in
(Desktop globals)
POP pops the contents of a word in memory off the stack
POPA()
- member function in
(Desktop globals)
POPA pops A from the stack
POPX()
- member function in
(Desktop globals)
POPX pops A from the stack
PUSH(string)
- member function in
(Desktop globals)
PUSH pushes the contents of a word in memory on the stack
PUSHA()
- member function in
(Desktop globals)
PUSHA pushes A onto the stack
PUSHX()
- member function in
(Desktop globals)
PUSHX pushes X onto the stack
R
RESTORE()
- member function in
(Desktop globals)
Restores the contents of both registers by popping them
S
SAVE()
- member function in
(Desktop globals)
Saves the contents of both registers by pushing them
SWAP(string,string)
- member function in
(Desktop globals)
Swaps the contents of two strings
T
TSTA()
- member function in
(Desktop globals)
TSTA tests accumulator A
TSTX()
- member function in
(Desktop globals)
TSTX tests the index register
Overview
Project
Class
Tree
Deprecated
Index
AS03_Doc
FRAMES
NO FRAMES