mirror of
https://github.com/tuz358/cpu-emulator.git
synced 2025-12-18 21:14:35 +03:00
Update README.md
This commit is contained in:
15
README.md
15
README.md
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user