x86 asm: link from instructions to readme

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-06-07 00:00:00 +00:00
parent 3793b74654
commit f3f09d5e4b
3 changed files with 12 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
/* Decrement: i--. */
/* Decrement: i--.
*
* https://github.com/cirosantilli/linux-kernel-module-cheat#x86-binary-arithmetic-instructions
*/
#include <lkmc.h>

View File

@@ -1,4 +1,7 @@
/* Increment: i++. */
/* Increment: i++.
*
* https://github.com/cirosantilli/linux-kernel-module-cheat#x86-binary-arithmetic-instructions
*/
#include <lkmc.h>

View File

@@ -1,4 +1,7 @@
/* Subtraction. */
/* Subtraction.
*
* https://github.com/cirosantilli/linux-kernel-module-cheat#x86-binary-arithmetic-instructions
*/
#include <lkmc.h>