Mercurial > hg > Members > kono > nitros9-code
annotate lib/alib/fputspace.a @ 2869:cfa6222348f7
makefiles: Separate OS9COPY and CP macros
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sun, 24 Nov 2013 11:18:28 +0100 |
parents | 7d70b7e1cb21 |
children | aaba193af04f |
rev | line source |
---|---|
2474 | 1 **************************************** |
2 | |
3 * Subroutine to print a space | |
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 nam Output One Space Char. | |
13 ttl Assembler Library Module | |
14 | |
15 | |
16 psect FPUTSPACE,0,0,0,0,0 | |
17 | |
18 FPUTSPACE: | |
19 ldb #$20 | |
20 lbra FPUTC | |
21 | |
22 endsect |