From 65fa7836f4f36a0d6addb59d6dbdcb20343a14fa Mon Sep 17 00:00:00 2001 From: Preston Skupinski Date: Mon, 9 May 2011 12:49:49 -0400 Subject: [PATCH] updated the TODO --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 42b9979..5cc99df 100644 --- a/TODO +++ b/TODO @@ -5,11 +5,11 @@ Testing: - Tests needed for LD* and ST* operations - Tests needed for IN* and DE* operations - Tests needed for T** transfer operations +- Tests needed for the numerous other operations added CPU: -- Stack operations and stack support in general - Subroutines - Decimal mode support -- Emulation mode support in general. +- Emulation mode support - Have each operation return the number of cycles used by the execute function. - Implement the rest of the missing operations. Memory: