Mercurial > hg > Members > kono > nitros9-code
comparison lib/alib/bin2hex.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 |
---|---|
10 | 10 |
11 | 11 |
12 nam Convert Byte to Hex | 12 nam Convert Byte to Hex |
13 ttl Assembler Library Module | 13 ttl Assembler Library Module |
14 | 14 |
15 psect BIN2HEX,0,0,0,0,0 | 15 section .text |
16 | 16 |
17 BIN2HEX: | 17 BIN2HEX: |
18 pshs b | 18 pshs b |
19 lsrb get msn | 19 lsrb get msn |
20 lsrb | 20 lsrb |