:::::::::
:: MEM ::
:::::::::
Syntax: ME(M)
(only debugging command)

MEM shows current memory usage of task management:
- running number of memory block
- size in bytes (max. 64k possible)
- address (segment paragraph)
- task number (see HELP PS), or 255 if call was not done by a call
- purpose

The output can be sorted by following:
-S = size
-A = address
-T = task number
-N = blockname
IF you don't add an option, output is sorted by block number.

Example: MEM -A