# as command

The as command toggles the assembly format on or off. It is used
 exclusively on D3 assembler source listings to format the instructions and operands into a
 more readable format.

The four fields are:

- label

- op-code/operand

- operators

- optional comment

## Syntax

```
 as
```

## See also

- [as command](https://d3codex.com/editor/as-command/)
- [m command (Editor processor)](https://d3codex.com/editor/m-command/)
- [Editor overview](https://d3codex.com/editor/editor-overview/)
- [as command](https://d3codex.com/editor/as-command/)

---
Source: https://d3codex.com/editor/as-command/ - part of the D3Codex reference.
