From 106887010343bea46a77a7b85e3527373a7f66b9 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Fri, 6 Apr 2012 12:18:12 +0200 Subject: [PATCH] status info --- README.mdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.mdown b/README.mdown index 3b86f6f..e59b781 100644 --- a/README.mdown +++ b/README.mdown @@ -31,3 +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? + +It's not bug-free yet, the implementation itself is still a WIP and the whole of the spec example does not pass yet. But hey, that's what you get in a few late hours. Fixes coming, I promise. +