README.md in haxor-0.1.0 vs README.md in haxor-0.2.0
- old
+ new
@@ -1,6 +1,9 @@
# Haxor VM
+[![Gem Version](https://badge.fury.io/rb/haxor.svg)](https://badge.fury.io/rb/haxor)
+[![Code Climate](https://codeclimate.com/github/krzysztof-magosa/haxor/badges/gpa.svg)](https://codeclimate.com/github/krzysztof-magosa/haxor)
+
Haxor consists of compiler _hcc_, linker _hld_ and virtual machine _hvm_.
_hcc_ translates asm-like code into tokens, _hld_ links them into bytecode, while _hvm_ runs it.
## Man, why have you written that?
Writing own implementation of VM gives a lot of knowledge about
@@ -403,9 +406,10 @@
### random (04h)
Generates random integer from specified range.
Arguments:
* minimum (inclusive)
* maximum (inclusive)
+
Generated number is pushed onto stack.
```
mov sc, 04h
push 100
push 1