Home | History | Annotate | Download | only in h8300
      1 	.section zpage
      2 vector:
      3 	.word h8300_branches
      4 	.text
      5 h8300_branches:
      6 	bsr h8300_branches
      7 	jmp h8300_branches
      8 	jmp @r0
      9 	jmp @@vector:8
     10 	jsr h8300_branches
     11 	jsr @r0
     12 	jsr @@vector:8
     13 
     14