ASM-Code between Bascom statements can use any registers freely without need of saving, beside those mentioned, of course.
It's different in an ISR, there you don't know which instruction was interrupted, so every register used by the ISR needs to be saved.
↧