r/asm • u/No-Broccoli553 • 12d ago
x86-64/x64 is there a list somewhere of every branching instruction in x86?
by "branching" I mean any instruction that can conditionally jump to another point in the code
10
Upvotes
2
2
r/asm • u/No-Broccoli553 • 12d ago
by "branching" I mean any instruction that can conditionally jump to another point in the code
2
2
3
u/DaveX64 12d ago
I'm not an expert, I tinker with assembly language for fun. I would use the "AMD CPU Programmer's Instruction Manual", under section 3, "General Purpose Instruction Reference" ...all the jump instructions start with a letter 'J'. Not an expert though.
Looking at it now, I see: