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.
void serisr (void) interrupt 4 using 1 // prt0
; FUNCTION serisr (BEGIN) 0000 C0E0 PUSH ACC 0002 C0F0 PUSH B 0004 C083 PUSH DPH 0006 C082 PUSH DPL 0008 C0D0 PUSH PSW 000A 75D008 MOV PSW,#08H ............
void pcaisr (void) interrupt 6 using 2 // prt2
; FUNCTION pcaisr (BEGIN) ; SOURCE LINE # 179 ; SOURCE LINE # 182 0000 30C008 JNB SB_CCF0,?C0031 ; SOURCE LINE # 183 ; SOURCE LINE # 184 0003 C2C0 CLR SB_CCF0 ...................
Does the pcaisr function actually use any registers? Jon