This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

use c variables in inline assembly

main()
{ char a[10]="srikanth";

//----assembly code starts.....

//--------asm ends.........
// c code

}

0