assembly - Push and Pop on AMD64 -


what equivilent of pushl %ecx , popl %ecx on amd64 sytem, results error: invalid instruction suffix 'push' have had , 1 suggested changing ecx rcx resulted in incorrect register '%rcx' used 'l' suffix

thanks help.

on amd64, push , pop operations implicitly 64-bits , have no 32-bit counterparts. try:

pushq %rcx popq %rcx 

see here details.


Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -