diff options
author | MITSUNARI Shigeo <[email protected]> | 2021-02-05 08:45:27 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2021-02-05 08:45:27 +0900 |
commit | a6a9dac912148396af7e6073a8fe614c95dfd493 (patch) | |
tree | 348a98b5eebf5364661c951dbac04bd7a44f3f81 /readme.md | |
parent | 8d1e41b650890080fb77548372b6236bbd4079f9 (diff) | |
download | xbyak-a6a9dac912148396af7e6073a8fe614c95dfd493.tar.gz xbyak-a6a9dac912148396af7e6073a8fe614c95dfd493.zip |
meanings of the name
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ Xbyak is a C++ header library that enables dynamically to assemble x86(IA32), x64(AMD64, x86-64) mnemonic. +The pronunciation of Xbyak is `kəi-bja-k`. +It is named from a Japanese word [開闢](https://translate.google.com/?hl=ja&sl=ja&tl=en&text=%E9%96%8B%E9%97%A2&op=translate), which means the beginning of the world. + ## Feature * header file only * Intel/MASM like syntax |