Mercurial > hg > Members > kono > nitros9-code
annotate lib/alib/fputcr.a @ 2719:2fda91bdc268 lwtools-port
added httpd
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Thu, 26 Jul 2012 11:01:43 -0500 |
parents | 7d70b7e1cb21 |
children | aaba193af04f |
rev | line source |
---|---|
2474 | 1 **************************************** |
2 | |
3 * Subroutine to print a carriage return | |
4 | |
5 * OTHER MODULES REQUIRED: FPUTC | |
6 | |
7 * ENTRY: A=path | |
8 | |
9 * EXIT: CC carry set if error (from I$WritLn) | |
10 * B error code if any. | |
11 | |
12 | |
13 nam Output Carriage Return | |
14 ttl Assembler Library Module | |
15 | |
16 | |
17 psect FPUTCR,0,0,0,0,0 | |
18 | |
19 FPUTCR: | |
20 ldb #$0d | |
21 lbra FPUTC | |
22 | |
23 endsect |