Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/MAIN.ASM @ 532:f5a06b9e2fef
cleanup debug stuff
author | heinrichsweikamp |
---|---|
date | Sat, 17 Dec 2011 10:28:29 +0100 |
parents | e9b1f162799d |
children | 0def530863c2 |
comparison
equal
deleted
inserted
replaced
531:d0f719aa5166 | 532:f5a06b9e2fef |
---|---|
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" | |
32 #include shared_definitions.h | 31 #include shared_definitions.h |
33 | 32 |
34 reset_v code 0x0000 | 33 reset_v code 0x0000 |
35 goto start ; Start! | 34 goto start ; Start! |
36 | 35 |