comparison code_part1/OSTC_code_asm_part1/MAIN.ASM @ 141:622da16b768f

LowBatt! Warning in divemode
author heinrichsweikamp
date Thu, 06 Jan 2011 18:36:22 +0100
parents 06c4899ddb4b
children 999abb01c78f
comparison
equal deleted inserted replaced
140:87a53efbb5ba 141:622da16b768f
30 #include <P18F4685.INC> ;processor specific variable definitions 30 #include <P18F4685.INC> ;processor specific variable definitions
31 31
32 #include definitions.asm ; Defines, I/O Ports and variables 32 #include definitions.asm ; Defines, I/O Ports and variables
33 33
34 reset_v code 0x0000 34 reset_v code 0x0000
35 goto start ; Start! 35 e goto start ; Start!
36 36
37 inter_v code 0x0008 37 inter_v code 0x0008
38 bra HighInt ;High Priority Interrups 38 bra HighInt ;High Priority Interrups
39 39
40 inter_asm code 0x0018 ;Low Priority Interrups 40 inter_asm code 0x0018 ;Low Priority Interrups