Program Length / Instruction Limit Question

Software questions and issues with the FV-1

Moderator: frank

Post Reply
knutolai
Posts: 65
Joined: Wed Nov 23, 2016 9:43 am
Location: Bergen, Norway

Program Length / Instruction Limit Question

Post by knutolai »

The FV-1 is limited to preform 128 instructions per clock cycle.

Can a program contain more than 128 instructions if it's structured in such a way that no more than 128 of the instructions are required each cycle?

e.g.

Code: Select all

set X negative or positive with a pot

if X is negative: 
    perform 100 instruction program "A"

if X is positive: 
    perform 100 instruction program "B"
frank
Posts: 1244
Joined: Wed Oct 19, 2005 12:26 pm
Contact:

Post by frank »

No, the 128 limit is a hard limit for total instructions.
Frank Thomson
Experimental Noize
Post Reply