From 6c33b689df2e52fb90c92fb23092ec42160fa69d Mon Sep 17 00:00:00 2001 From: sejo Date: Sat, 10 Jul 2021 18:51:13 -0500 Subject: [PATCH] corrected comment --- sketches/audio-prototype0.tal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sketches/audio-prototype0.tal b/sketches/audio-prototype0.tal index 9ed91f1..b31c0e3 100644 --- a/sketches/audio-prototype0.tal +++ b/sketches/audio-prototype0.tal @@ -218,7 +218,7 @@ BRK STA RTN -@draw-bytes ( x2 y2 ptr-addrZ ptr-offset bytesaddrA -- ) +@draw-bytes ( x2 y2 ptr-offset -- ) ;registers ,&addr STR2 ( starting address of bytes ) ,&offset STR ( starting offset of these bytes ) .ptr-register-nibbles ,&ptr-addr STR ( address of pointer to bytes )