userland: attempt to fix all assembly example links to README

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-05-12 00:00:08 +00:00
parent 180e26590a
commit b5f5f6a5bc
73 changed files with 119 additions and 112 deletions

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/linux-kernel-module-cheat#inline-assembly */
/* https://github.com/cirosantilli/linux-kernel-module-cheat#gcc-inline-assembly */
#include <assert.h>
#include <inttypes.h>

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/linux-kernel-module-cheat#inline-assembly */
/* https://github.com/cirosantilli/linux-kernel-module-cheat#gcc-inline-assembly */
#include <assert.h>
#include <inttypes.h>

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/linux-kernel-module-cheat#inline-assembly-scratch-registers */
/* https://github.com/cirosantilli/linux-kernel-module-cheat#gcc-inline-assembly-scratch-registers */
#include <assert.h>
#include <inttypes.h>

View File

@@ -1,5 +1,5 @@
/* This is a worse version of scratch.c with hardcoded scratch.
* https://github.com/cirosantilli/linux-kernel-module-cheat#inline-assembly-scratch-registers
* https://github.com/cirosantilli/linux-kernel-module-cheat#gcc-inline-assembly-scratch-registers
*/
#include <assert.h>

View File

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

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/linux-kernel-module-cheat#assembly-simd
/* https://github.com/cirosantilli/linux-kernel-module-cheat#simd-assembly
*
* Add a bunch of integers in one go.
*