.OPTION directive

.option option_name[=option_value] [,option_name[=option_value]]

The option directive is used to specific how other parts of the assembler function. It is possible to specify multiple options with a single directive.

All of the following enable mask generation when include a bitmap image:

.option BM_MASK=TRUE
.option BM_MASK=1
.option BM_MASK

Options

#include *.BMP

BM_MASK

Set to 1 if #include needs to generate mask. Default is AND style mask. Default = 0.

BM_MASK_INVERT

Set to 1 if generated mask is OR style. Default = 0.

BM_SHADES

Set to amount of shades for output. Default = 2.