From eb3673c368c5d93f9f254747092056874450a7dc Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Fri, 15 Feb 2013 23:47:48 -0500 Subject: [PATCH] note to self --- cpu/memory.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cpu/memory.c b/cpu/memory.c index d24625b..b93617d 100644 --- a/cpu/memory.c +++ b/cpu/memory.c @@ -65,7 +65,8 @@ uint8_t *memoryPointer(uint32_t address) return Memory + address; } - +// memory read of 0xffffffff not handled correctly +// since the unsigned compare overflows. UBY memoryReadByte(ULO address) {