mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 12:34:35 +03:00
README update.
This commit is contained in:
23
README.md
23
README.md
@@ -3,13 +3,8 @@ AsmJit
|
|||||||
|
|
||||||
Complete x86/x64 JIT and Remote Assembler for C++.
|
Complete x86/x64 JIT and Remote Assembler for C++.
|
||||||
|
|
||||||
[](
|
* [Official Repository (kobalicek/asmjit)](https://github.com/kobalicek/asmjit)
|
||||||
https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=QDRM6SRNG7378&lc=EN;&item_name=asmjit¤cy_code=EUR)
|
* [Zlib Licensed] (http://www.opensource.org/licenses/zlib-license.php)
|
||||||
|
|
||||||
Official Repository
|
|
||||||
-------------------
|
|
||||||
|
|
||||||
https://github.com/kobalicek/asmjit
|
|
||||||
|
|
||||||
Introduction
|
Introduction
|
||||||
------------
|
------------
|
||||||
@@ -526,14 +521,18 @@ c.mov(a, 1);
|
|||||||
c.mov(b, 2);
|
c.mov(b, 2);
|
||||||
```
|
```
|
||||||
|
|
||||||
License
|
Support
|
||||||
-------
|
-------
|
||||||
|
|
||||||
AsmJit can be distributed under zlib license:
|
Please consider a donation if you use the project and would like to keep it active in the future.
|
||||||
|
|
||||||
* <http://www.opensource.org/licenses/zlib-license.php>
|
* [Donate by PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=QDRM6SRNG7378&lc=EN;&item_name=asmjit¤cy_code=EUR)
|
||||||
|
|
||||||
Contact Authors & Maintainers
|
Received From:
|
||||||
-----------------------------
|
|
||||||
|
* [PeLock - Software copy protection and license key system](http://www.pelock.com)
|
||||||
|
|
||||||
|
Authors & Maintainers
|
||||||
|
---------------------
|
||||||
|
|
||||||
* Petr Kobalicek <kobalicek.petr@gmail.com>
|
* Petr Kobalicek <kobalicek.petr@gmail.com>
|
||||||
|
|||||||
Reference in New Issue
Block a user