Page 1 of 1

program lenght

Posted: Thu Aug 28, 2014 1:19 pm
by alpignolo
There is a limit for the program length?

Re: program lenght

Posted: Thu Aug 28, 2014 1:42 pm
by Digital Larry
alpignolo wrote:There is a limit for the program length?
128 instructions.

Re: program lenght

Posted: Tue Apr 07, 2015 3:02 am
by alpignolo
Digital Larry wrote:
alpignolo wrote:There is a limit for the program length?
128 instructions.
there is a way to increase this limit?
using a more capacious EEPROM?

Posted: Tue Apr 07, 2015 8:58 am
by frank
Nope, 128 is it.

Posted: Wed May 13, 2015 1:00 pm
by Aaron
Are labels considered instructions?

Posted: Wed May 13, 2015 3:55 pm
by frank
No. Labels, equ and mem statements are just to make it easier on the programmer and are not themselves instructions.