comparison code_part1/OSTC_code_asm_part1/MAIN.ASM @ 494:e9b1f162799d

testing graphical velocity
author heinrichsweikamp
date Mon, 07 Nov 2011 08:39:21 +0100
parents 19b9e19ea4da
children f5a06b9e2fef
comparison
equal deleted inserted replaced
493:4b2add2adde3 494:e9b1f162799d
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 #include shared_definitions.h
33 33
34 reset_v code 0x0000 34 reset_v code 0x0000
35 goto start ; Start! 35 goto start ; Start!
36 36
37 inter_v code 0x0008 37 inter_v code 0x0008