Page 1 of 1

Program memory

Posted: Wed Feb 21, 2007 11:42 am
by Seb_Preller
Hello,

I would like to program algorithms which make extensive use of conditional branches. Therefore I would like to know how much Program Memory the chip offers. I searched all other postings and the datasheet but I couldn 't find this information.

Thank you.

Posted: Wed Feb 21, 2007 6:31 pm
by frank
You cannot do a conditional branch, just a conditional skip (more accurately, a conditional execution). The chip has 128 instruction locations total so all you can do is not execute a block of instructions by using the skip instruction. The chip still advances through those instructions, they just are not executed.