Page 1 of 1

Program Length / Instruction Limit Question

Posted: Sat Jun 17, 2017 6:07 am
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"

Posted: Sat Jun 17, 2017 9:51 am
by frank
No, the 128 limit is a hard limit for total instructions.