The Assembler

Table of Contents Usage

vas [options ] <infile>


Description

vas is intended to translate assembler-language instructions into bytecodes suitable for Cybiko Bytecode Engine. The output is written in a CyOFF object file.


Options

   -i
View copyright info.


   -o <file>
Place the output into .


    -V <n>
Set bytecode version ( = 10, 11, ...)


    -O
Enable optimization.


    -g <mode>
Specify debug info generation mode:
0 - no debug info;
1 - line number info only;
2 - full debug info.


    -v
Verbose mode.


    -h
Show help.