Program memory

Hardware questions and issues with the FV-1

Moderator: frank

Post Reply
Seb_Preller
Posts: 1
Joined: Wed Feb 21, 2007 11:34 am

Program memory

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

Post 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.
Frank Thomson
Experimental Noize
Post Reply