# u$pl.mon.data user exit

The u$pl.mon.data user exit returns
this monitor information:

## Syntax

```
result = oconv("", "u$pl.mon.data")
```

## Parameter(s)

| result | Address of extended memory table (hexadecimal). |
| --- | --- |
| result | Segment of 1st device driver (hexadecimal). |
| result | Offset of 1st device driver (hexadecimal). |
| result | Address of top of PIB links (hexadecimal). |
| result | PIB size (decimal). |
| result | Offset of $sio.gen.driver (hexadecimal). |
| result | Address of monitor tape buffer (hexadecimal). |
| result | Address of tape device code branch table (hexadecimal). |

---
Source: https://d3codex.com/pickbasic-flashbasic/u-pl-mon-data-user-exit/ - part of the D3Codex reference.
