start of vector instructions

This commit is contained in:
Rowan Torbitzky-Lane 2025-03-06 19:51:23 -06:00
parent a9aba70bc4
commit e373d9499d

View File

@ -331,5 +331,10 @@ instructionVectorIntInsert = instructionVectorInsert int vectorInt
instructionVectorIntInsertVectorInt :: State -> State
instructionVectorIntInsertVectorInt = instructionVectorInsertVector vectorInt
-- |Takes the mean of the top int vector and pushes the rounded int value
-- to the int stack.
instructionVectorIntMean :: State -> State
instructionVectorIntMean = instructionVectorMean int vectorInt id
allVectorIntInstructions :: [Gene]
allVectorIntInstructions = map StateFunc ($(functionExtractor "instruction"))