From: Dan White Date: Sat, 11 May 2013 05:52:05 +0000 (-0500) Subject: add notes file X-Git-Tag: cheetah~86 X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=644acb539926e464e745ca39b1b68e06eb4df141;p=430.git add notes file --- 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