From: Dan White Date: Tue, 21 May 2013 20:25:25 +0000 (-0500) Subject: msp4th: PC dirMemory needs fixing, do not test X-Git-Tag: cheetah~57 X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=432e90235e85754c353b08a99b21cefd55ed27c4;p=430.git msp4th: PC dirMemory needs fixing, do not test --- diff --git a/msp4th/tests.4th b/msp4th/tests.4th index 818da84..f536eb6 100644 --- a/msp4th/tests.4th +++ b/msp4th/tests.4th @@ -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 )