We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
In the manual , example code written intrrupt is : void example(void) interrupt 1 using 2 { ..... ..... } Can someone tell me what is meant by " using 2" there? thanks
It means that the function uses register bank 2. http://www.keil.com/support/man/docs/c51/c51_le_regbankspec.htm