mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
x86 asm: link from instructions to readme
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
/* Decrement: i--. */
|
||||
/* Decrement: i--.
|
||||
*
|
||||
* https://github.com/cirosantilli/linux-kernel-module-cheat#x86-binary-arithmetic-instructions
|
||||
*/
|
||||
|
||||
#include <lkmc.h>
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
/* Increment: i++. */
|
||||
/* Increment: i++.
|
||||
*
|
||||
* https://github.com/cirosantilli/linux-kernel-module-cheat#x86-binary-arithmetic-instructions
|
||||
*/
|
||||
|
||||
#include <lkmc.h>
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
/* Subtraction. */
|
||||
/* Subtraction.
|
||||
*
|
||||
* https://github.com/cirosantilli/linux-kernel-module-cheat#x86-binary-arithmetic-instructions
|
||||
*/
|
||||
|
||||
#include <lkmc.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user