program lenght

Algorithm development and general DSP issues

Moderator: frank

Post Reply
alpignolo
Posts: 20
Joined: Tue May 27, 2014 8:40 am

program lenght

Post by alpignolo »

There is a limit for the program length?
Digital Larry
Posts: 338
Joined: Mon Nov 12, 2012 1:12 pm
Contact:

Re: program lenght

Post by Digital Larry »

alpignolo wrote:There is a limit for the program length?
128 instructions.
alpignolo
Posts: 20
Joined: Tue May 27, 2014 8:40 am

Re: program lenght

Post 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?
frank
Posts: 1244
Joined: Wed Oct 19, 2005 12:26 pm
Contact:

Post by frank »

Nope, 128 is it.
Frank Thomson
Experimental Noize
Aaron
Posts: 54
Joined: Wed Mar 04, 2015 8:10 pm
Location: Oklahoma

Post by Aaron »

Are labels considered instructions?
frank
Posts: 1244
Joined: Wed Oct 19, 2005 12:26 pm
Contact:

Post by frank »

No. Labels, equ and mem statements are just to make it easier on the programmer and are not themselves instructions.
Frank Thomson
Experimental Noize
Post Reply