Quick question regarding the Stack's push
command.
The command PUSH [chr]
does not work much like MOV sum, firstparam
does not work as explained here.
So why does PUSH WORD PTR [chr]
work?
* chr, sum & firstparam are locally allocated variables defined by me in .DATA.
Thanks in advance!