Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/MAIN.ASM @ 353:b5b030c1ae7e
Avoid spurious switch-depth stops with 3 or more gas.
author | JeanDo |
---|---|
date | Tue, 07 Jun 2011 01:16:55 +0200 |
parents | 797e2ac42d24 |
children | be71e563ac09 |
comparison
equal
deleted
inserted
replaced
349:ed137d66ac65 | 353:b5b030c1ae7e |
---|---|
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 |