Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/MAIN.ASM @ 49:cd5b650920f6
1.70...
author | heinrichsweikamp |
---|---|
date | Wed, 28 Jul 2010 15:40:03 +0200 |
parents | 96a35aeda5f2 |
children | ceeeb5e49348 |
comparison
equal
deleted
inserted
replaced
48:ebc5abda180d | 49:cd5b650920f6 |
---|---|
99 #include divemode_menu.asm ; Underwater menu | 99 #include divemode_menu.asm ; Underwater menu |
100 #include sleepmode.asm ; Mainroutines for Sleepmode | 100 #include sleepmode.asm ; Mainroutines for Sleepmode |
101 #include adc_rtc.asm ; A/D converter (battery control) and RTC init | 101 #include adc_rtc.asm ; A/D converter (battery control) and RTC init |
102 #include temp_extrema.asm ; Takes care of the temperature extrema logger | 102 #include temp_extrema.asm ; Takes care of the temperature extrema logger |
103 #include sync_clock.asm ; syncs RTC with PC | 103 #include sync_clock.asm ; syncs RTC with PC |
104 #include tempcomp.asm ; extra temperature compensation | |
105 #include start.asm ; Startup and init, checks background debugger | 104 #include start.asm ; Startup and init, checks background debugger |
106 #include simulator.asm ; Stand-alone simulator routines | 105 #include simulator.asm ; Stand-alone simulator routines |
107 #include io.asm ; Low-Level I/O access | 106 #include io.asm ; Low-Level I/O access |
108 | 107 |
109 ORG 0x0A000 ; keep free for new c_code | 108 ORG 0x0A000 ; keep free for new c_code |