Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/MAIN.ASM @ 98:6f8e3a08011e
1.73beta rc1 (Added new customview for divemode)
author | heinrichsweikamp |
---|---|
date | Sun, 12 Dec 2010 15:01:05 +0100 |
parents | dc349e4264bb |
children | b13ace8d052f 8aa8acada0fd |
comparison
equal
deleted
inserted
replaced
97:dc349e4264bb | 98:6f8e3a08011e |
---|---|
111 #include temp_extrema.asm ; Takes care of the temperature extrema logger | 111 #include temp_extrema.asm ; Takes care of the temperature extrema logger |
112 #include sync_clock.asm ; syncs RTC with PC | 112 #include sync_clock.asm ; syncs RTC with PC |
113 #include start.asm ; Startup and init, checks background debugger | 113 #include start.asm ; Startup and init, checks background debugger |
114 #include simulator.asm ; Stand-alone simulator routines | 114 #include simulator.asm ; Stand-alone simulator routines |
115 #include io.asm ; Low-Level I/O access | 115 #include io.asm ; Low-Level I/O access |
116 #include customview.asm ; Customview for divemode | |
116 #include strings.asm ; Basic string operations | 117 #include strings.asm ; Basic string operations |
117 | 118 |
118 ;============================================================================= | 119 ;============================================================================= |
119 ; Include C sub-routines automatically | 120 ; Include C sub-routines automatically |
120 | 121 |