Mercurial > public > mk2
comparison code_part1/OSTC_code_c_part2/changes_log.txt @ 0:96a35aeda5f2
Initial setup
author | heinrichsweikamp |
---|---|
date | Tue, 12 Jan 2010 15:05:59 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:96a35aeda5f2 |
---|---|
1 changes for v.101_C last deco: | |
2 | |
3 | |
4 | |
5 text_table_v111.asm : line 249 | |
6 | |
7 DA "Last Deco [m]}" ;65 (entspricht CF29) | |
8 | |
9 | |
10 | |
11 menu_reset_v111.asm : | |
12 | |
13 line 153 | |
14 | |
15 #DEFINE last_deco_depth d'3' ; 8Bit 3m | |
16 | |
17 line 253f | |
18 | |
19 movlw LOW last_deco_depth | |
20 | |
21 | |
22 | |
23 divemode_v111.asm | |
24 | |
25 line 421ff | |
26 | |
27 GETCUSTOM8 d'29' ; Depth Last Deco in meter for simulation | |
28 | |
29 movwf wait_temp | |
30 | |
31 movff wait_temp,char_I_depth_last_deco | |
32 | |
33 | |
34 | |
35 definitions_v111.asm | |
36 | |
37 line 302 | |
38 | |
39 char_I_depth_last_deco; ; 0x51E new in v.101 | |
40 |