aboutsummaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorElectronicsArchiver <[email protected]>2022-04-09 15:08:02 -0400
committerElectronicsArchiver <[email protected]>2022-04-09 15:08:02 -0400
commit893b31d4642f3ba16d7c4ce30dd4301d16e4aace (patch)
tree9d2caffbdaef02a62ca4a979026a5d81dcafb394 /readme.md
parent2d2adf78ba8c5538000afdd966d0f10270624aa4 (diff)
downloadxbyak-893b31d4642f3ba16d7c4ce30dd4301d16e4aace.tar.gz
xbyak-893b31d4642f3ba16d7c4ce30dd4301d16e4aace.zip
Added Quicklinks
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md30
1 files changed, 22 insertions, 8 deletions
diff --git a/readme.md b/readme.md
index 92244ae..01e242e 100644
--- a/readme.md
+++ b/readme.md
@@ -3,6 +3,22 @@
*A C++ JIT assembler for `x86 (IA32)` , `x64(AMD64,x86-64)`*
+<br>
+
+---
+
+<div align = 'center'>
+
+**⸢ [Install] ⸥**  
+**⸢ [Usage] ⸥**  
+**⸢ [Changelog] ⸥**
+
+</div>
+
+---
+
+<br>
+
## Abstract
Xbyak is a C++ header library that enables dynamically to assemble x86(IA32), x64(AMD64, x86-64) mnemonic.
@@ -41,12 +57,6 @@ If you want to use them, then specify `-fno-operator-names` option to gcc/clang.
Almost C++03 or later compilers for x86/x64 such as Visual Studio, g++, clang++, Intel C++ compiler and g++ on mingw/cygwin.
-## [Install](Documentation/Install.md)
-
-## [How to use it](Documentation/Usage.md)
-
-## [History](Documentation/Changelog.md)
-
## Author
MITSUNARI Shigeo([email protected])
@@ -60,6 +70,10 @@ MITSUNARI Shigeo([email protected])
[Badge Version]: https://img.shields.io/badge/Version_6.04-00B2FF
[Badge Build]: https://github.com/herumi/xbyak/actions/workflows/main.yml/badge.svg
-[Build Status]: https://github.com/herumi/xbyak/actions/workflows/main.yml
-
[License]: COPYRIGHT
+
+[Changelog]: Documentation/Changelog.md
+[Install]: Documentation/Install.md
+[Usage]: Documentation/Usage.md
+
+[Build Status]: https://github.com/herumi/xbyak/actions/workflows/main.yml