msp4th: PC dirMemory needs fixing, do not test
authorDan White <dan@whiteaudio.com>
Tue, 21 May 2013 20:25:25 +0000 (15:25 -0500)
committerDan White <dan@whiteaudio.com>
Tue, 21 May 2013 20:25:25 +0000 (15:25 -0500)
msp4th/tests.4th

index 818da843749629654deddf059e780b77fe6fad74..f536eb65273125c0ffc8e1437d0a51e66c7c49e7 100644 (file)
@@ -186,10 +186,10 @@ test-pwrd bar
 
 \    case 41: // @  ( addr -- val ) \ read directly from memory address
 \    case 42: // !  ( val addr -- ) \ write directly to memory address words only!
-0xff00 @
-42 0xff00 !
-0xff00 @
-42 cmp
+\ NOTE: Not working on PC version, fake dirMemory array needs debugging.
+42 0xff00 !
+0xff00 @
+42 cmp
 
 \    case 43: // h@  ( -- prog ) \ end of program code space
 \    case 44: // do  ( limit cnt -- ) ( -a- limit cnt pcnt )