mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
x86 asm: fix jmp example links
This commit is contained in:
@@ -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.
|
* Unconditional branch, address relative to the current address.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -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.
|
* Unconditional branch to an absolute address stored in memory on in a register.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user