Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/MAIN.ASM @ 489:b8edb7362870
Cleanup shared_definitions include path
author | JeanDo |
---|---|
date | Mon, 17 Oct 2011 21:55:09 +0200 |
parents | 8e1fb9cdd62a |
children | 19b9e19ea4da |
comparison
equal
deleted
inserted
replaced
488:7c48692dd17c | 489:b8edb7362870 |
---|---|
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 | 31 #include "../OSTC_code_c_part2/shared_definitions.h" |
32 | 32 |
33 reset_v code 0x0000 | 33 reset_v code 0x0000 |
34 goto start ; Start! | 34 goto start ; Start! |
35 | 35 |
36 inter_v code 0x0008 | 36 inter_v code 0x0008 |