Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
really nice :grin:1. Push all registers which will be altered
2 Deal with the immediate time critical section of the interrupt.
3 Reenable interrupts
4 Deal with non time critical components
5 Pop all pushed registers
6 IRET to IP at time of ISR - IRETpops CPU flags and Instruction Pointer from the stack automatically.