Page 1 of 1

Using asfv1 compiler

Posted: Wed May 19, 2021 5:12 am
by Ant
Hi there, does anybody have any examples for how to use the asfv1 compiler? I've not used command line interfaces much before and I can't figure out how to send the infile and outfile arguments (file paths)

Re: Using asfv1 compiler

Posted: Fri May 28, 2021 7:22 am
by amz-fx
This is a basic command line use:

asfv1 -h -p0 infile.spn outfile.bin

The p0 switch tells it to compile for patch location zero, i.e. the first one.

Your Spin asm source is the infile. Your compiled binary is outfile.bin

You must have Python installed on your computer for asfv1 to work properly.

Best regards, Jack

Re: Using asfv1 compiler

Posted: Sun Jun 06, 2021 2:46 pm
by Ant
Great thanks Jack. I had already installed Python and everything reqd on the command line but just had no idea what arguments asfv1 needed, cheers