Mercurial > hg > Members > kono > nitros9-code
comparison lib/alib/print_asc.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 |
---|---|
9 | 9 |
10 nam Print # as ASCII String to Std. Out | 10 nam Print # as ASCII String to Std. Out |
11 ttl Assembler Library Module | 11 ttl Assembler Library Module |
12 | 12 |
13 | 13 |
14 psect PRINT_ASC,0,0,0,0,0 | 14 section .text |
15 | 15 |
16 PRINT_ASC: | 16 PRINT_ASC: |
17 pshs a,x | 17 pshs a,x |
18 leas -18,s buffer | 18 leas -18,s buffer |
19 tfr s,x | 19 tfr s,x |