icount
get count byte out of packed counted string in flash
Stackeffects
( addr -- addr+1 n )R( -- )
Definition
: icount
dup 1+ swap i@
;
get count byte out of packed counted string in flash
: icount
dup 1+ swap i@
;