Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 68:d0b677e1e9a5
new decoplan (GF mode) debuged
author | heinrichsweikamp |
---|---|
date | Wed, 13 Oct 2010 13:02:20 +0200 |
parents | e8756eba54ee |
children | df2d3b28947f |
comparison
equal
deleted
inserted
replaced
67:73b9719a40ec | 68:d0b677e1e9a5 |
---|---|
95 win_invert | 95 win_invert |
96 wp_temp | 96 wp_temp |
97 ENDC | 97 ENDC |
98 ; the following is used by the C-code up to 0x0E0!! | 98 ; the following is used by the C-code up to 0x0E0!! |
99 CBLOCK 0x0E0 ;Bank 0 | 99 CBLOCK 0x0E0 ;Bank 0 |
100 gf_decolist_copy:.32 | |
100 ENDC | 101 ENDC |
101 | 102 |
102 CBLOCK 0x100 ;Bank 1 | 103 CBLOCK 0x100 ;Bank 1 |
103 wreg_temp ;variables used for context saving during ISR | 104 wreg_temp ;variables used for context saving during ISR |
104 status_temp | 105 status_temp |