for the pic16f73 device, the register w_temp must be defined in both bank 0 and 1 and must be defined at the same offset from the bank base address
意思就是如果在bank0定义w_temp在0x20那么在bank1就要在0xa0再定义一下
所以我的问题就是,如何在程序里实现这样的定义,该怎么写这段程序
在调用中断子程序的时候又应该如何保存w_temp呢?