Search for ASCII text (no Hi-Bit set) ===========================================================================
| 6333 | // Search for ASCII text (no Hi-Bit set) |
| 6334 | //=========================================================================== |
| 6335 | Update_t CmdMemorySearchAscii (int nArgs) |
| 6336 | { |
| 6337 | if (nArgs < 4) |
| 6338 | return HelpLastCommand(); |
| 6339 | |
| 6340 | return _CmdMemorySearch( nArgs, true ); |
| 6341 | } |
| 6342 | |
| 6343 | // Search for Apple text (Hi-Bit set) |
| 6344 | //=========================================================================== |
nothing calls this directly
no test coverage detected