From 6fcac3cf2e21f8b38cd9beb0c517887e2b996c37 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Sun, 8 Apr 2012 20:19:55 +0200 Subject: [PATCH] title changes --- README.mdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.mdown b/README.mdown index 75ceda5..9c59a9d 100644 --- a/README.mdown +++ b/README.mdown @@ -2,11 +2,11 @@ A DCPU-16 implementation in Python. See [the spec][0]. -# What's the goal of this? +# Goal Many high-level implementations looked like C-in-other-language, so let's have a pythonic enough (whatever that means, but you should [read][1] [this][2]) implementation. The spirit of the thing is to be educative for everyone. -# How do I use this? +# Usage It's meant to be used interactively via the Python REPL as well as programmatically. A specific ASM REPL might be implemented at some point. @@ -31,7 +31,7 @@ An example of a Python REPL session: >>> c.dump_r() # get CPU register state as string 'A=0000 B=0000 C=0000 X=0000 Y=0000 Z=0000 I=0000 J=0000 PC=0000 SP=0000 O=0000' -# What is the status of this? +# Status As of v1.0 the CPU implementation ought to be complete according to DCPU-16 spec v1.1.