[Flashforth-devel] For-next loop - full 16bit count?
Brought to you by:
oh2aun
From: om1zz <om...@vo...> - 2015-05-24 10:06:16
|
Hmm, while messing with an external memory I need to count over entire unsigned 16bit for-loop range (to work with a block of 65536 data). When doing 65535 for ... next I get 65535 counts ( 65534..0), but I miss 65535th :) I've tried 0 for ... next but that does not loop. I think with zero input it should count over $ffff down to zero to get the full 16bit scope.. I. |