Using asfv1 compiler

Software questions and issues with the FV-1

Moderator: frank

Post Reply
Ant
Posts: 20
Joined: Sat May 08, 2021 10:00 am

Using asfv1 compiler

Post 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)
amz-fx
Posts: 38
Joined: Wed Sep 06, 2006 7:06 am
Location: Louisiana, USA
Contact:

Re: Using asfv1 compiler

Post 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
Ant
Posts: 20
Joined: Sat May 08, 2021 10:00 am

Re: Using asfv1 compiler

Post 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
Post Reply