Samsung KS57C2308 Manual page 114

Single-chip cmos microcontroller
Table of Contents

Advertisement

SAM47 INSTRUCTION SET
BTST
— Bit Test and Skip on True
BTST
(Continued)
Examples:
2. You can use BTST in the same way to test a port pin address bit:
3. P2.2, P2.3 and P3.0–P3.3 are tested:
BP2
4. Bank 0, location 0A0H.0, is tested and (regardless of the current EMB value) BTST has the
following effect:
FLAG EQU
5-40
BTST
P2.0
RET
JP
LABEL3
LD
L,#0AH
BTST
P1.@L
RET
INCS
L
JR
BP2
0A0H.0
BITR
EMB
LD
H,#0AH
BTST
@H+FLAG ; If bank 0 (AH + 0H).0 = 0A0H.0 = "1", then skip
RET
; If P2.0 = "1", then skip
; If P2.0 = "0", then return
; First, P1.@0AH = P2.2
; (111100B) + 10B.10B = 0F2H.2
KS57C2308/P2308/C2316/P2316

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

P2308C2316P2316Ks57p2308Ks57c2316Ks57p2316

Table of Contents