Cluso99 wrote: » I could not think of a way to report the "res" usage. Any ideas???
SRLM wrote: » You could have a label before and a label after the user RES declarations, and subtract the addresses to get the length. Wouldn't that work?
Cluso99 wrote: » No... that is what I tried without success
PUB getSize return tail DAT start res 24 tail long $ - start
Comments
Total cog (hub) space = 139 longs, times 31/103/64
Total cog incl res is 239 longs
bin2dec_golf_v4_cluso[faster3].spin
You could have a label before and a label after the user RES declarations, and subtract the addresses to get the length. Wouldn't that work?
61 longs (hub) + 4 "res" longs: 43/191/79
It's really interesting. The data set has a lot to do with the code that produces the fastest results!
bin2dec_golf_v4_cluso[small4].spin