Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/start.asm @ 21:73014f788032
1.60 stable rc1
author | heinrichsweikamp |
---|---|
date | Wed, 21 Apr 2010 17:37:30 +0200 |
parents | 6d1177291d38 |
children | 2b52a4a7dce6 |
comparison
equal
deleted
inserted
replaced
20:8824446f7241 | 21:73014f788032 |
---|---|
121 clrf EEADRH ; Reset EEADRH | 121 clrf EEADRH ; Reset EEADRH |
122 ; goto reset_all_cf ; resets all custom functions bank0 and bank1 and jumps to "restart" | 122 ; goto reset_all_cf ; resets all custom functions bank0 and bank1 and jumps to "restart" |
123 goto reset_all_cf_bank1 ; resets all custom functions bank1 and jumps to "restart" | 123 goto reset_all_cf_bank1 ; resets all custom functions bank1 and jumps to "restart" |
124 | 124 |
125 restart: | 125 restart: |
126 call clear_LEDr | 126 bcf LED_red |
127 call clear_LEDnofly ; all LEDs off | 127 bcf LED_blue ; all LEDs off |
128 | 128 |
129 clrf flag1 ; clear all flags | 129 clrf flag1 ; clear all flags |
130 clrf flag2 | 130 clrf flag2 |
131 clrf flag3 | 131 clrf flag3 |
132 clrf flag4 | 132 clrf flag4 |