Cybiko Bytecode Interpreter

Assembler

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, don’t optimize output code and don’t write statistic messages. Preferable extension for the output file is .bin, which stands for binary. While parsing input: