From fc3dba463d2c65a6c58fbdcd8a905c4b1de77570 Mon Sep 17 00:00:00 2001 From: Preston Skupinski Date: Sun, 1 May 2011 13:54:49 -0400 Subject: [PATCH] update the TODO --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO b/TODO index 055bf31..ba58284 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,7 @@ CPU: +- Stack operations and stack support in general +- Subroutines +- Comparisons and branching - LDY and LDX must behave properly in 8-bit mode when x bit in the p status register is set to one - Accumulator must behave properly when in 8-bit mode @@ -10,3 +13,6 @@ Memory: - Banks - ROM protection - Memory mapped I/O +Display: +- Using the html page included provide a nice interface for using the cpu + emulator and provide many features helpful for debugging