x86 asm: fix jmp example links

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-06-15 00:00:00 +00:00
parent de99ecff66
commit 4d71420370
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/linux-kernel-module-cheat#x86-jmp-instruction
/* https://github.com/cirosantilli/linux-kernel-module-cheat#x86-control-transfer-instructions
*
* Unconditional branch, address relative to the current address.
*/

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/linux-kernel-module-cheat#x86-jmp-instruction
/* https://github.com/cirosantilli/linux-kernel-module-cheat#x86-control-transfer-instructions
*
* Unconditional branch to an absolute address stored in memory on in a register.
*/