From fc15c4c49539a66e17eff78146c36aa424aeeee1 Mon Sep 17 00:00:00 2001 From: Preston Skupinski Date: Thu, 5 May 2011 23:37:58 -0400 Subject: [PATCH] updated the TODO --- TODO | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index da026db..db26526 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,13 @@ +Testing: +- More tests for branching operations +- Tests needed for JMP operations +- Tests needed for LD* and ST* operations +- Tests needed for IN* and DE* operations +- Tests needed for T** transfer operations CPU: -- Decrementing 0 with the DEC/DEY/DEX operations should result in 0xff(8-bit) - or 0xffff(16-bit). - Stack operations and stack support in general - Subroutines -- Comparisons and branching +- CMP support for more interesting 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