diff options
author | ElectronicsArchiver <[email protected]> | 2022-04-09 15:08:02 -0400 |
---|---|---|
committer | ElectronicsArchiver <[email protected]> | 2022-04-09 15:08:02 -0400 |
commit | 893b31d4642f3ba16d7c4ce30dd4301d16e4aace (patch) | |
tree | 9d2caffbdaef02a62ca4a979026a5d81dcafb394 | |
parent | 2d2adf78ba8c5538000afdd966d0f10270624aa4 (diff) | |
download | xbyak-893b31d4642f3ba16d7c4ce30dd4301d16e4aace.tar.gz xbyak-893b31d4642f3ba16d7c4ce30dd4301d16e4aace.zip |
Added Quicklinks
-rw-r--r-- | readme.md | 30 |
1 files changed, 22 insertions, 8 deletions
@@ -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 |