I am using c51 embedding asm. How to push a c label to stack?
You can't.
I can specify SRC mov DPTR ,#LABEL ;LABEL is the asm label that have prefix at the head of c label. then you know...
This is an excellent way to really mess things up! If you really have to play dodgy tricks like this, you should definitely keep them in pure assembler - you most certainly do not want to be embedding them in the middle of some 'C' code...!! :-0 Perhaps you could explain what you're actually trying to achieve - there probably is a better way!