Mercurial > public > hwos_code
comparison src/convert.inc @ 300:5ad479f2a868
Merged Screen layout mod #1 into Screen layout work #3
author | Janos Kovacs <kovjanos@gmail.com> |
---|---|
date | Sun, 31 May 2015 21:24:16 +0200 |
parents | 11d4fc797f74 |
children | b455b31ce022 |
comparison
equal
deleted
inserted
replaced
299:6c4800af27ac | 300:5ad479f2a868 |
---|---|
12 ; | 12 ; |
13 | 13 |
14 extern output16_3_call | 14 extern output16_3_call |
15 output_16_3 macro ; displays only last three figures from a 16Bit value (0-999) | 15 output_16_3 macro ; displays only last three figures from a 16Bit value (0-999) |
16 call output16_3_call | 16 call output16_3_call |
17 endm | |
18 | |
19 extern output16_4_call | |
20 output_16_4 macro ; displays only last four figures from a 16Bit value (0-9999) | |
21 call output16_4_call | |
17 endm | 22 endm |
18 | 23 |
19 extern output16 | 24 extern output16 |
20 output_16dp macro temp4 ; 16Bit with decimal point | 25 output_16dp macro temp4 ; 16Bit with decimal point |
21 movlw temp4 ; Temp4 stores position for decimal point | 26 movlw temp4 ; Temp4 stores position for decimal point |