start moving arm-assembly-cheat readme in here

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-05-12 00:00:05 +00:00
parent a13e99ec1c
commit 192a657250
8 changed files with 191 additions and 37 deletions

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/arm-assembly-cheat#comments */
/* https://github.com/cirosantilli/linux-kernel-module-cheat#gnu-gas-assembler-comments */
#include "common.h"
ENTRY

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/arm-assembly-cheat#immediates */
/* https://github.com/cirosantilli/linux-kernel-module-cheat#gnu-gas-assembler-immediates */
#include "common.h"
ENTRY

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/arm-assembly-cheat#registers */
/* https://github.com/cirosantilli/linux-kernel-module-cheat#assembly-registers */
#include "common.h"

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/arm-assembly-cheat#armv8-registers */
/* https://github.com/cirosantilli/linux-kernel-module-cheat#assembly-registers */
#include "common.h"

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/arm-assembly-cheat#comments */
/* https://github.com/cirosantilli/linux-kernel-module-cheat#gnu-gas-assembler-comments */
#include "common.h"
ENTRY

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/arm-assembly-cheat#immediates */
/* https://github.com/cirosantilli/linux-kernel-module-cheat#gnu-gas-assembler-immediates */
#include "common.h"

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/arm-assembly-cheat#registers */
/* https://github.com/cirosantilli/linux-kernel-module-cheat#assembly-registers */
#include "common.h"