Update README.md

This commit is contained in:
tuz358
2018-03-10 18:13:43 +09:00
parent af6de7bc40
commit fb49fcfea5

View File

@@ -1,2 +1,17 @@
# cpu-emulator # cpu-emulator
tiny x86 cpu emulator tiny x86 cpu emulator
## Usage
```
$ git clone http://github.com/tuz358/cpu-emulator.git
$ cd ./cpu-emulator
$ make
$ ./cpu-emulator sample/fibonacci.bin
```
## Author
[tuz358](https://github.com/tuz358)
## License
[GPLv3](https://github.com/tuz358/slackbot/blob/master/LICENSE)