add stack effect, oops

db4
Doug Coleman 2009-02-13 11:57:45 -06:00
parent cdc5aa60b0
commit 435a14f3b6
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ IN: tools.hexdump
: write-hex-line ( bytes lineno -- )
write-offset [ >hex-digits write ] [ >ascii write ] bi nl ;
: hexdump-bytes
: hexdump-bytes ( bytes -- )
[ length write-header ]
[ 16 <sliced-groups> [ write-hex-line ] each-index ] bi ;