cosmetic stuff

This commit is contained in:
Loic Nageleisen 2012-04-06 12:07:00 +02:00
parent 98c8e4a4bb
commit 462a2993ea

View file

@ -1,6 +1,6 @@
# What is this?
A DCPU_16 implementation in Python. See [the spec](http://0x10c.com/doc/dcpu-16.txt)
A DCPU_16 implementation in Python. See [the spec](http://0x10c.com/doc/dcpu-16.txt).
# But what's the goal of this? There's another one already!
@ -10,7 +10,7 @@ Well, what's wrong with taking another stab at it? Besides, I personnally felt i
It's meant to be used interactively via the Python REPL as well as programmatically. I might implement a specific ASM REPL at some point.
example:
An example:
from dcpu_16 import CPU
c = CPU(debug=True)