Skip to content

Commit

Permalink
updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
enkomio committed Oct 12, 2018
1 parent 3acb3a1 commit 12e9e15
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ Sacara is licensed under the [MIT license](LICENSE.TXT).

[1]: https://github.com/enkomio/sacara/tree/master/Src
[2]: https://github.com/enkomio/sacara/releases/latest
[3]: https://github.com/enkomio/sacara/blob/master/IMPLEMENTATION.md
[3]: https://github.com/enkomio/sacara/blob/master/ISA.md
12 changes: 12 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
### 2.0.0 - XX/XX2018
* Added NOR usage obfuscation (thx to Solar Designer for the suggestion, based on his 1996 work hackme.com :O)
* Improved build script in order to select which compilation feature to use
* Some code improvmente/refactoring
* Added support for code creation via API interface (see example AssembleManagedInstructions)
* Created .NET binding to use Sacara from .NET (see example DotNetBinding)
* VM context now is an opaque value
* Added NOR instruction
* Added SETIP instruction
* Added SETSP instruction
* Added MASM samples

### 1.0.0 - 16/09/2018
* First Release.

0 comments on commit 12e9e15

Please sign in to comment.