=

x64 assembly instructions

An instruction in x64 is a binary-encoded command that the CPU decodes and executes. These instructions manipulate data in registers, memory, or both. The x64 instruction set extends the 32-bit x86 architecture, introducing 64-bit registers and enhanced capabilities while retaining backward compatibility.

Some features of x64 instructions are :

Classification of x64 Instructions

Arithmetic and Logical Instructions


Logical operations :

Data Transfer Instructions

Control Flow Instructions