DM-COP8/44P National Semiconductor, DM-COP8/44P Datasheet - Page 34

no-image

DM-COP8/44P

Manufacturer Part Number
DM-COP8/44P
Description
CABLE FOR DEBUG MODULE 44-PLCC
Manufacturer
National Semiconductor
Datasheet

Specifications of DM-COP8/44P

Accessory Type
44-PLCC Target Cable
For Use With/related Products
MetaLink Debug Module
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Other names
*DM-COP8/44P
Saving and restoring of the microcontroller state during interrupts or when switching
between different tasks.
Example of an interrupt routine:
1-22
INTERRUPT;
PUSH
PUSH
PUSH
IFBIT
JP
IFBIT
JP
IFBIT
JP
EXIT
LD
POP
POP
POP
RETI
MICROCONTROLLER BASICS
A
CNTRL
PSW
0, IPND
TIMERINT
1, IPND
EXTERNALINT
2, IPND
SERIALINT
IPND, #00
PSW
CNTRL
A
; Save accumulator
; Save control register
; Save process status word
; If timer interrupt pending
; then jump to timer interrupt
; If external interrupt pending
; then jump to external interrupt
; If serial interrupt pending
; then jump to serial interrupt
; Exit from interrupt
; Clear pending bits
; Restore process status word
; restore control register
; Restore accumulator
; Return from interrupt

Related parts for DM-COP8/44P