1
0
mirror of https://github.com/mre/mos6502.git synced 2024-09-27 03:55:26 +00:00

Add link to docs

This commit is contained in:
Matthias Endler 2018-10-26 10:42:15 +02:00
parent eedb4fc944
commit e745abc7e5

View File

@ -7,7 +7,7 @@ An emulator for the MOS 6502 CPU written in Rust.
## Features
* Builds on stable Rust.
* Runs on `#[no_std]`, which means it works without the standard library. It is
* Runs on [`#[no_std]`](https://doc.rust-lang.org/1.7.0/book/no-stdlib.html), which means it works without the standard library. It is
portable, has very few dependencies, and doesn't depend on a full-fledged
`libc`.