From 432e90235e85754c353b08a99b21cefd55ed27c4 Mon Sep 17 00:00:00 2001 From: Dan White Date: Tue, 21 May 2013 15:25:25 -0500 Subject: [PATCH] msp4th: PC dirMemory needs fixing, do not test --- msp4th/tests.4th | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ) -- 2.25.1