add notes file
authorDan White <dan@whiteaudio.com>
Sat, 11 May 2013 05:52:05 +0000 (00:52 -0500)
committerDan White <dan@whiteaudio.com>
Sat, 11 May 2013 05:52:05 +0000 (00:52 -0500)
msp4th/notes.txt [new file with mode: 0644]

diff --git a/msp4th/notes.txt b/msp4th/notes.txt
new file mode 100644 (file)
index 0000000..e2b6027
--- /dev/null
@@ -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