[quote user="Sachin Madhusoodhanan"]I need help with the watching of assembly variables in the watch window[/quote]
Do you have the variables defined as .global? I assume you already refered to this thread for informaiton on how to reference assembly variables in the watch window.
Alternately are you able to look up the address of .bss in a memory view and see the values for the variables? You should be able to find the memory address for .bss by looking at the link map file for your project.