comparison lib/alib/fputspace.a @ 2474:7d70b7e1cb21

Moved net and alib files into here
author boisy
date Tue, 30 Mar 2010 02:44:42 +0000
parents
children aaba193af04f
comparison
equal deleted inserted replaced
2473:dac1ff96637f 2474:7d70b7e1cb21
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