I have 2 asm programs :
prgmTEST1
bin size : 8192
oncalc size (bin+vat) : 8206
data : $BB,$6D,$C9,$FF*8189
prgmTEST2
bin size : 8193
oncalc size (bin+vat) : 8207
data : $BB,$6D,$C9,$FF*8190
The first one will run but not the second one (ERR:INVALID).
This is os 2.43 on real hardware (anyway, same behaviour on wabbit).
Also, i have about 16K of free ram before execution.
I thought the maximum was 8811 bytes.
Wtf ?
EDIT :
I searched on the web and found that 8192 is the maximum for nostub programs.
I didn't know that but now i do =]