Mercurial > public > hwos_code
comparison src/gaslist.asm @ 275:653a3ab08062
rename into hwOS
author | heinrichsweikamp |
---|---|
date | Thu, 07 May 2015 13:11:14 +0200 |
parents | 31088352ee32 |
children | bef07a837a60 |
comparison
equal
deleted
inserted
replaced
274:9347893b74ce | 275:653a3ab08062 |
---|---|
1 ;============================================================================= | 1 ;============================================================================= |
2 ; | 2 ; |
3 ; File gaslist.asm | 3 ; File gaslist.asm |
4 ; | 4 ; |
5 ; Managing OSTC3 gas list | 5 ; Managing OSTC gas list |
6 ; | 6 ; |
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. | 7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. |
8 ;============================================================================= | 8 ;============================================================================= |
9 ; HISTORY | 9 ; HISTORY |
10 ; 2011-08-11 : [jDG] Creation. | 10 ; 2011-08-11 : [jDG] Creation. |
11 | 11 |
12 #include "ostc3.inc" ; Mandatory header | 12 #include "hwos.inc" ; Mandatory header |
13 #include "convert.inc" | 13 #include "convert.inc" |
14 #include "math.inc" ; div16x16 for MOD calculations | 14 #include "math.inc" ; div16x16 for MOD calculations |
15 #include "strings.inc" | 15 #include "strings.inc" |
16 #include "tft.inc" | 16 #include "tft.inc" |
17 #include "tft_outputs.inc" | 17 #include "tft_outputs.inc" |