Mercurial > hg > Members > kono > nitros9-code
comparison lib/alib/is_termin.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 |
---|---|
15 | 15 |
16 nam Is Char a Terminator? | 16 nam Is Char a Terminator? |
17 ttl Assembler Library Module | 17 ttl Assembler Library Module |
18 | 18 |
19 | 19 |
20 psect IS_TERMIN,0,0,0,0,0 | 20 section .text |
21 | 21 |
22 | 22 |
23 IS_TERMIN: | 23 IS_TERMIN: |
24 tstb null? | 24 tstb null? |
25 beq exit | 25 beq exit |