# mlist command

The mlist command produces formatted
assembly source code listing of the specified item list.

## Syntax

```
mlist file.reference itemlist* {(options)}
```

## Parameter(s)

| line.number{-line.number} | Specifies (source) line number, or range of line numbers to list. |
| --- | --- |
| options | The following options are supported: |
| e | Outputs error lines only. |
| m | Outputs macro expansions. |
| n | Activates the nopage function on output to the terminal. |
| p | Directs output to system printer via the spooler. |
| s | Suppresses object code display. |
| z | Inhibits entry into editor when used with the e option. |

## See also

- [mload command](https://d3codex.com/tcl/mload-command/)

---
Source: https://d3codex.com/tcl/mlist-command/ - part of the D3Codex reference.
