Search for Apple text (Hi-Bit set) ===========================================================================
| 6343 | // Search for Apple text (Hi-Bit set) |
| 6344 | //=========================================================================== |
| 6345 | Update_t CmdMemorySearchApple (int nArgs) |
| 6346 | { |
| 6347 | if (nArgs < 4) |
| 6348 | return HelpLastCommand(); |
| 6349 | |
| 6350 | return _CmdMemorySearch( nArgs, false ); |
| 6351 | } |
| 6352 | |
| 6353 | //=========================================================================== |
| 6354 | Update_t CmdMemorySearchHex (int nArgs) |
nothing calls this directly
no test coverage detected