From 644acb539926e464e745ca39b1b68e06eb4df141 Mon Sep 17 00:00:00 2001 From: Dan White Date: Sat, 11 May 2013 00:52:05 -0500 Subject: [PATCH] add notes file --- msp4th/notes.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 msp4th/notes.txt diff --git a/msp4th/notes.txt b/msp4th/notes.txt new file mode 100644 index 0000000..e2b6027 --- /dev/null +++ b/msp4th/notes.txt @@ -0,0 +1,8 @@ + +2013-05-05 22:19:11 +---------------------------------------- +: pav dup .h 0x20 emit @ .h cr ; ( a -- ) \print hex "address value" + +\compare range, dump "addr value" only if they do not match +: cmprange 0x6000 0x4000 do i @ i 0x2000 + @ == not if i pav then loop ; +cmprange -- 2.25.1