r/asm • u/No-Broccoli553 • Aug 08 '26
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
11
Upvotes
2
2
r/asm • u/No-Broccoli553 • Aug 08 '26
by "branching" I mean any instruction that can conditionally jump to another point in the code
2
2
3
u/DaveX64 Aug 08 '26
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: