What is the equivilent of pushl %ecx
and popl %ecx
on a AMD64 sytem, My results are Error: invalid instruction suffix for 'push'
I have had a look and some one suggested changing ecx
to rcx
but that just resulted in Incorrect register '%rcx' used with 'l' suffix
Thanks for your help.