Mercurial > hg > Members > kono > nitros9-code
annotate lib/kreiderclib/strncpy.as @ 3295:6b7a7b233925 default tip
makefile: Allow PORTS with level1/2 mix
https://sourceforge.net/p/nitros9/feature-requests/10/
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Tue, 19 Apr 2022 18:12:17 +0200 |
parents | 1647f1874cdf |
children |
rev | line source |
---|---|
2824 | 1 * Disassembly by Os9disasm of strncpy.r |
2 | |
3 section code | |
4 | |
5 strncpy: pshs y,u | |
6 ldu 8,s | |
7 ldx 6,s | |
8 ldy 10,s | |
9 beq L001c | |
10 L000b ldb ,u+ | |
11 stb ,x+ | |
12 leay -1,y | |
13 beq L001c | |
14 tstb | |
15 bne L000b | |
16 L0016 clr ,x+ | |
17 leay -1,y | |
18 bne L0016 | |
19 L001c ldd 6,s | |
20 puls y,u,pc | |
21 | |
22 endsect | |
23 |