Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/MAIN.ASM @ 492:19b9e19ea4da
+CHANGE: Velocity display updated every second
+NEW: CF60: Show graphical velocity indicator (Ascend only)
author | heinrichsweikamp |
---|---|
date | Sun, 06 Nov 2011 11:02:03 +0100 |
parents | b8edb7362870 |
children | e9b1f162799d |
comparison
equal
deleted
inserted
replaced
491:560764da0629 | 492:19b9e19ea4da |
---|---|
26 | 26 |
27 LIST P=18F4685 ;directive to define processor | 27 LIST P=18F4685 ;directive to define processor |
28 #include <P18F4685.INC> ;processor specific variable definitions | 28 #include <P18F4685.INC> ;processor specific variable definitions |
29 | 29 |
30 #include definitions.asm ; Defines, I/O Ports and variables | 30 #include definitions.asm ; Defines, I/O Ports and variables |
31 #include "../OSTC_code_c_part2/shared_definitions.h" | 31 ; #include "../OSTC_code_c_part2/shared_definitions.h" |
32 #include "C:\Mk2\ostc2_code\code_part1\OSTC_code_c_part2\shared_definitions.h" | |
32 | 33 |
33 reset_v code 0x0000 | 34 reset_v code 0x0000 |
34 goto start ; Start! | 35 goto start ; Start! |
35 | 36 |
36 inter_v code 0x0008 | 37 inter_v code 0x0008 |