Mercurial > hg > Members > kono > nitros9-code
comparison lib/alib/strlen.a @ 2782:aaba193af04f lwtools-port
Updated code to use lwasm/lwlink
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Sat, 26 Jan 2013 08:26:31 -0600 |
parents | 7d70b7e1cb21 |
children |
comparison
equal
deleted
inserted
replaced
2779:3c95627d0ca9 | 2782:aaba193af04f |
---|---|
10 | 10 |
11 nam Find String Length | 11 nam Find String Length |
12 ttl Assembler Library Module | 12 ttl Assembler Library Module |
13 | 13 |
14 | 14 |
15 psect STRLEN,0,0,0,0,0 | 15 section .text |
16 | 16 |
17 STRLEN: | 17 STRLEN: |
18 pshs x | 18 pshs x |
19 ldd #-1 comp for inital inc | 19 ldd #-1 comp for inital inc |
20 | 20 |