RE: PUSH and POP in Keil C

First and foremost, understand you make no contribution to this forum by replying to every thread with 'read the manual'. If you do not wish to answer the question, simply dont answer it.


To answer the question, KEIL C has the commands (probably for good reason) :
_push_
_pop_

defined in <intrins.h>

Remember push/pop can SAVE or RESTORE any special function register.

More questions in this forum