Texas Instruments TI-83 Plus Manual page 71

Third release
Hide thumbs Also See for TI-83 Plus:
Table of Contents

Advertisement

Chapter 2: TI-83 Plus Specific Information
CpyO2ToFPST
CpyO2ToFPS1
CpyO2ToFPS2
CpyO2ToFPS3
CpyO2ToFPS4
CpyO3ToFPST
CpyO3ToFPS1
CpyO3ToFPS2
CpyO3ToFPS3
CpyO5ToFPS1
CpyO5ToFPS3
CpyO6ToFPST
CpyO6ToFPS2
Copies nine bytes from a FPS entry to RAM.
CpyStack
;
;
input: C = offset from (FPS) to start of 9
;
;
;
;
;
;
;
;
CpyfrFPS:
CpyFPST
CpyFPS1
CpyFPS2
CpyFPS3
CpyTo1FPST
CpyTo1FPS1
TI-83 Plus Developer Guide
Copies nine bytes in OP2 to FPST.
Copies nine bytes in OP2 to FPS1.
Copies nine bytes in OP2 to FPS2.
Copies nine bytes in OP2 to FPS3.
Copies nine bytes in OP2 to FPS4.
Copies nine bytes in OP3 to FPST.
Copies nine bytes in OP3 to FPS1.
Copies nine bytes in OP3 to FPS2.
Copies nine bytes in OP3 to FPS3.
Copies nine bytes in OP5 to FPS1.
Copies nine bytes in OP5 to FPS3.
Copies nine bytes in OP6 to FPST.
Copies nine bytes in OP6 to FPS2.
If this routine is to be used, it is recommended that you create this
routine in your APP/ASM.
byte entry to copy. max = 252
ex: C = 9
-> FPST
18 -> FPS1
DE = pointer to 9 bytes of RAM to copy to
LD
HL,(FPS)
B_CALL
CpyStack
Copies nine bytes from FPST to DE.
Copies nine bytes from FPS1 to DE.
Copies nine bytes from FPS2 to DE.
Copies nine bytes from FPS3 to DE.
Copies FPST to OP1.
Copies FPS1 to OP1.
61
Third Release May 28, 2002

Advertisement

Table of Contents
loading

Table of Contents