comparison code_part1/OSTC_code_asm_part1/MAIN.ASM @ 361:88660a400338 64kByte Logbook

Updated 64K logbook to changeset 360.
author JeanDo
date Wed, 08 Jun 2011 01:37:14 +0200
parents b5b030c1ae7e
children be71e563ac09
comparison
equal deleted inserted replaced
357:562f1bc79f3c 361:88660a400338
36 goto start ; Start! 36 goto start ; Start!
37 37
38 inter_v code 0x0008 38 inter_v code 0x0008
39 bra HighInt ;High Priority Interrups 39 bra HighInt ;High Priority Interrups
40 40
41 inter_asm code 0x0018 ;Low Priority Interrups 41 inter_asm code 0x0018 ;Low Priority Interrups
42 ; *** low priority interrupts not used 42 ; *** low priority interrupts not used
43 bra HighInt ;High Priority Interrups 43 bra HighInt ;High Priority Interrups
44 44
45 HighInt: 45 HighInt:
46 movff BSR,0x102 ;save BSR register 46 movff BSR,0x102 ;save BSR register