Mercurial > hg > Members > kono > nitros9-code
annotate lib/kreiderclib/index.as @ 3278:ea1afb494127
defs: Add Bt.Sec for atari and corsham
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sat, 07 Mar 2020 23:52:40 +0100 |
parents | 1647f1874cdf |
children |
rev | line source |
---|---|
2824 | 1 * Disassembly by Os9disasm of index.r |
2 | |
3 section code | |
4 | |
5 strchr: ldx 2,s | |
6 L0002 ldb ,x+ | |
7 beq L000e | |
8 cmpb 5,s | |
9 bne L0002 | |
10 tfr x,d | |
11 bra L0025 | |
12 L000e clra | |
13 rts | |
14 strrchr: ldx 2,s | |
15 ldd #1 | |
16 pshs d | |
17 bra L001f | |
18 L0019 cmpb 7,s | |
19 bne L001f | |
20 stx ,s | |
21 L001f ldb ,x+ | |
22 bne L0019 | |
23 puls d | |
24 L0025 subd #1 | |
25 rts | |
26 | |
27 endsect | |
28 |