| ??? 08/17/00 11:08 Read: times |
#4489 - RE: void ext1_int() interrupt 2 using 2 |
Vitenka,
When an interrupt is triggered the program developed by the Kiel compiler will PUSH register bank 0 on to the stack. This operation of course takes time. You can avoid this by telling the compiler that you want to use a specific register bank. "Using 2" means to use the number two register bank. This is Kiel's way of doing bank switching which is a nice feature of the 8051. Allen |
| Topic | Author | Date |
| void ext1_int() interrupt 2 using 2 | 01/01/70 00:00 | |
| RE: void ext1_int() interrupt 2 using 2 | 01/01/70 00:00 | |
| RE: void ext1_int() interrupt 2 using 2 | 01/01/70 00:00 | |
| RE: void ext1_int() interrupt 2 using 2 | 01/01/70 00:00 | |
| RE: void ext1_int() interrupt 2 using 2 | 01/01/70 00:00 | |
| RE: void ext1_int() interrupt 2 using 2 | 01/01/70 00:00 | |
| RE: void ext1_int() interrupt 2 using 2 | 01/01/70 00:00 | |
| RE: void ext1_int() interrupt 2 using 2 | 01/01/70 00:00 | |
RE: void ext1_int() interrupt 2 using 2 | 01/01/70 00:00 |



