App - 113
APPENDICES
(a) Instructions for which program modification is unnecessary after conversion
An CPU Instruction
Instruction after A QnA Conversion
ASC instruction
Program example:
ASC ABCDEFGH D10 $MOV ABCDEFGH D10
Note:Since the $MOV instruction has 00
H appended at
the end, 5 data register words (for 9 characters)
must be secured.
DFLOAT instruction
Program example:
LEDA DFLOAT
LEDC D10
LEDC D100
LEDR
DFLT D10 D100
DOUT instruction
Program example:
LEDA DOUT
LEDC Y10
LEDR
OUT DY10
DRCL instruction
Program example:
DRCL K8 DRCL SD718 K8
SD718 is the device resulting from converting
accumulator A0.
DRCR instruction
Program example:
DRCR K8 DRCR SD718 K8
SD718 is the device resulting from converting
accumulator A0.
DROL instruction
Program example:
DROL K8 DROL SD718 K8
SD718 is the device resulting from converting
accumulator A0.
DROR instruction
Program example:
DROR K8 DROR SD718 K8
SD718 is the device resulting from converting
accumulator A0.
DRST instruction
Program example:
LEDA DRST
LEDC Y10
LEDR
RST DY10