Instruction Set
55
STC
( Store carry )
Function
: ( M.bit )
C
Description : Store carry flag to the specified bit of memory.
Flag
:
Mnemonic
OP Code
Bytes
Cycles
STC M.bit
EB
3
6
Example
:
345 F171 3B7AF1
CALL
COLK
346 F174 EB3570
STC
35H.3
347 F177 1B83F1
JMP
NEXTSTEP
348
;
349
;
350 F17A 4403
COLK:
CMP
#3
351 F17C F003
BEQ
SETCY
352 F17E A0
SETC
353 F17F 2F01
BRA
RTN
354 F181 20
SETCY:
CLRC
355 F182 6F
RTN:
RET
STOP
( Stop mode )
Function
: halt CPU , stop the oscillation.
Description : Enter into the STOP mode.
Flag
:
Mnemonic
OP Code
Bytes
Cycles
STOP
00
1
3
Example
:
359 F183 C530
LDA
30H
360 F185 4404
CMP
#4
361 F187 7003
BNE
$+5
362 F189 1B18F1
JMP
PROG
363 F18C 4403
CMP
#3
364 F18E 7003
BNE
$+5
365 F190 1B4EF1
JMP
PROGA
366 F193 4402
CMP
#2
367 F195 7003
BNE
$+5
368 F197 1B84F0
JMP
PROGB
369 F19A 4401
CMP
#1
370 F19C 7003
BNE
$+5
371 F19E 1B46F1
JMP
PROGC
372 F1A1 00
STOP
373 F1A2 FF
NOP
374 F1A3 FF
NOP