From e258e355cad23fab3460119562113920a19dba11 Mon Sep 17 00:00:00 2001 From: Russell-S-Harper Date: Mon, 17 Sep 2018 20:39:49 -0400 Subject: [PATCH] Current progress. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c089279..00b19cc 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,12 @@ Why 6502 and not, for example, x86? In progress: -* add all the instructions (see `common/common.h` for the list) -* a simple unit test suite to ensure each instruction is correct +* added all the instructions (see `common/common.h` for the list) + +In progress: + +* a unit test suite to ensure each instruction is correct +* a proof-of-concept application The meat of the project: