pub fn assemble_align(
    expr: &Expr,
    fill: Option<&Expr>,
    env: &Env
) -> Result<Bytes, AssemblerError>
Expand description

Assemble align directive. It can only work if current address is known…