I\'m working on a more indepth hello world using NASM following this tutorial (section 4). This tutorial essentially teaches you how to handle command line input. This is th
Yes, the 64-bit pop instruction is... POP. :-) You need to use it against 64-bit registers though (like rbx).
pop
rbx