Generation

generate functionFri, 09 Dec 2022

create a assembler for SAL

int[] SAL(int[] X, int[] Y, int[] Z) { int[] A = mult(X, Y); int[] S = add(A, Z); return S; }

Want to kickstart your project?Use the new AI Studio to create your code