# mverify command

The mverify BASIC program compares the
assembled object code in virtual memory against the corresponding itemlist in specified file name. Any frames with *mismatches* are reported.

**For Windows:**Not Supported

## Syntax

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

## Parameter(s)

| options | a | Outputs columnar listing of all mismatches. |
| --- | --- | --- |
| e | Outputs errors only. | |
| p | Directs output to the system printer via the spooler. | |

## See also

- [ABS](https://d3codex.com/definitions/abs/)
- [abs.fid command](https://d3codex.com/tcl/abs-fid-command/)
- [create-abs command](https://d3codex.com/tcl/create-abs-command/)
- [mload command](https://d3codex.com/tcl/mload-command/)
- [pverify command](https://d3codex.com/tcl/pverify-command/)
- [verify-system command](https://d3codex.com/tcl/verify-system-command/)

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