(<label>) FCB <expr>(,<expr>,...,<expr>) (<comment>)
The FCB directive may have one or more operands separated by commas.
The value of each operand is truncated to eight bits, and is stored
in a single byte of the object program. Multiple operands are stored
in successive bytes. The operand may be a numeric constant, a
character constant, a symbol, or an expression. If multiple operands
are present, one or more of them can be null (two adjacent commas),
in which case a single byte of zero will be assigned for that
operand. An error will occur if the upper eight bits of the evaluated
operands' values are not all ones or all zeros.