The bytecode assembler - vas utility, understands the following options:
-i display version information (logo),-d disassemble its own output to stdout (check output integrity),
-h display help (usage info, currently quite terse, to say the least),
-o outfile name output file (stdout by default).
-O Optimize output assembler code
-v Verbose mode statistic messages about module to be compiled will be generated
If no options are given, vas tries to read stdin and to write to stdout, dont optimize output code and dont write statistic messages. Preferable extension for the output file is .bin, which stands for binary. While parsing input: