mirror of
https://github.com/lloeki/python-dcpu_16.git
synced 2025-12-06 09:54:39 +01:00
cosmetic stuff
This commit is contained in:
parent
98c8e4a4bb
commit
462a2993ea
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# What is this?
|
# 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!
|
# 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.
|
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
|
from dcpu_16 import CPU
|
||||||
c = CPU(debug=True)
|
c = CPU(debug=True)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue