⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 c_search

📁 MIPS处理器的bootloader,龙芯就是用的修改过的PMON2
💻
字号:
The search CommandsearchThe search command executes a search for a memory pattern.FormatThe format for the search command is:search from to {val|-s str}-where:from	is the start address for the search operation.to	is the end address for the search operation.val	is the hexadecimal value that is the object of the search. -s str	specifies that the search operation is for a string str.Functional DescriptionThe search command searches memory for a pattern. The pattern may be a single byte, multiple bytes, or an ASCII string.If the -s option is specified, the next parameter is interpreted as an ASCII string. To search for a multiple-word string, enclose the string in double quotation marks.The output of this command is printed to the screen via the more command.The following example searches for 3c and d4 from 0xa0020000 to 0xa0030000:PMON search a0020000 a0030000 3c d4The following example searches for "ABC" from 0xa0020000 to 0xa0030000:PMON search a0020000 a0030000 -s "ABC" FilesThe source for the search command is located in mon/search.c.See Alsod command andmore command.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -