From 6bdda6d47dcea99e2bc02c96d059c1eced815450 Mon Sep 17 00:00:00 2001 From: Chris Pressey Date: Fri, 17 Nov 2017 15:57:43 +0000 Subject: [PATCH] Minor edit to TODO. --- README.markdown | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.markdown b/README.markdown index 41122aa..36622bc 100644 --- a/README.markdown +++ b/README.markdown @@ -42,19 +42,11 @@ Documentation TODO ---- -For 0.7: - -* `low` and `high` address operators (turn `word` type into `byte`.) - -For 0.8: - * `word table` type. * `vector table` type. * zero-page memory locations. * indirect addressing. - -For 0.9 - +* `low` and `high` address operators (turn `word` type into `byte`.) Possibly. * save registers on stack or in memory (this preserves them = not trashed) At some point...