Mercurial > public > hwos_code
comparison src/math.asm @ 275:653a3ab08062
rename into hwOS
author | heinrichsweikamp |
---|---|
date | Thu, 07 May 2015 13:11:14 +0200 |
parents | 11d4fc797f74 |
children | ca4556fb60b9 |
comparison
equal
deleted
inserted
replaced
274:9347893b74ce | 275:653a3ab08062 |
---|---|
8 ;============================================================================= | 8 ;============================================================================= |
9 ; HISTORY | 9 ; HISTORY |
10 ; 2011-08-03 : [mH] moving from OSTC code | 10 ; 2011-08-03 : [mH] moving from OSTC code |
11 | 11 |
12 | 12 |
13 #include "ostc3.inc" ; Mandatory header | 13 #include "hwos.inc" ; Mandatory header |
14 | 14 |
15 basic CODE | 15 basic CODE |
16 ;============================================================================= | 16 ;============================================================================= |
17 global convert_time | 17 global convert_time |
18 convert_time: ; converts hi:lo in minutes to hours (hi) and minutes (lo) | 18 convert_time: ; converts hi:lo in minutes to hours (hi) and minutes (lo) |