===========================================================================
| 132 | |
| 133 | //=========================================================================== |
| 134 | void Help_Range() |
| 135 | { |
| 136 | ConsoleBufferPush( " Where <range> is of the form:" ); |
| 137 | ConsoleBufferPush( " address , length [address,address+length)" ); |
| 138 | ConsoleBufferPush( " address : end [address,end]" ); |
| 139 | } |
| 140 | |
| 141 | //=========================================================================== |
| 142 | void Help_AddressPrefix() |
no test coverage detected