Jonathan Goldberg <[EMAIL PROTECTED]> wrote: > Can anyone please provide me with some inline assembly macros for > pushing and popping a special function register, i.e. CANPAGE, to > and from the stack?
I think that does not make sense. Just store them in a temporary C variable, and the compiler will take care of pushing/popping them if needed. No need to use inline asm at all for this. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) _______________________________________________ AVR-GCC-list mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
