📄 c_compare
字号:
The compare CommandcompareThe compare command compares the contents of two memory areas.FormatThe format of the compare command is:compare adr1 adr2 sizwhere:adr1 specifies the start address of the first memory area.adr2 specifies the start address of the second memory area.siz is the size of the block of memory to be compared. This quantity is specified in bytes.Functional DescriptionThe compare command compares each byte in the two memory areas. Anybytes that are different are displayed with the address, the expectedvalue, and the actual value read.Examples
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -