Mercurial > public > hwos_code
comparison src/menu_tree.asm @ 275:653a3ab08062
rename into hwOS
author | heinrichsweikamp |
---|---|
date | Thu, 07 May 2015 13:11:14 +0200 |
parents | 1207cf9a9408 |
children | 2fe34fc0e2ae |
comparison
equal
deleted
inserted
replaced
274:9347893b74ce | 275:653a3ab08062 |
---|---|
1 ;============================================================================= | 1 ;============================================================================= |
2 ; | 2 ; |
3 ; File menu_tree.asm | 3 ; File menu_tree.asm |
4 ; | 4 ; |
5 ; OSTC3 menus | 5 ; OSTC menus |
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-07-11 : [jDG] Creation. | 10 ; 2011-07-11 : [jDG] Creation. |
11 | 11 |
12 #include "ostc3.inc" ; Mandatory header | 12 #include "hwos.inc" ; Mandatory header |
13 #include "gaslist.inc" | 13 #include "gaslist.inc" |
14 #include "menu_processor.inc" | 14 #include "menu_processor.inc" |
15 #include "start.inc" | 15 #include "start.inc" |
16 #include "comm.inc" | 16 #include "comm.inc" |
17 #include "logbook.inc" | 17 #include "logbook.inc" |