English
Language : 

45111 Datasheet, PDF (162/184 Pages) List of Unclassifed Manufacturers – 14-DAY MONEY BACK GUARANTEE
15 Appendix E: SX Data Sheet
Zero
One
Two
Three
Four
Five
Six
Seven
EQU $00
EQU $30
EQU $50
EQU $70
EQU $90
EQU $B0
EQU $D0
EQU $F0
bank
clr
bank
mov
Three
$10
Six
$10,#1
; Make FSR point to bank 3
; Clear register $10 (in bank 3)
; Make FSR point to bank 6
; Set register $10 (in bank 6) to 1
15.2.13 The Jump Instruction
When a JMP instruction is executed, the lower nine bits of the program counter are loaded with the
address of the label specified. The upper two or three bits of the program counter are loaded with the
page select bits, PA2:PA0, from the STATUS register. Therefore, care must be used to ensure the page
select bits are pointing to the correct page before the jump occurs.
Figure 30 - The Jump Instruction
7
6
5
JMP label
8
7
6
5
4
3
2
1
0
11 10 9
8
7
6
5
4
3
2
1
0
Page 162 • SX-Key/Blitz Development System Manual 2.0 • Parallax, Inc.