天天看點

MASM彙編debug中各指令的英文含義

博文背景

學習彙編時使用debug然後使用-d,-e,-m和-r等但是不知道它的英文含義,下面列舉其英文含義。

具體操作

assemble A

compare C

dump D

enter E

fill F

go G

hex H

input I

load L

move M

name N

output O

proceed P

quit Q

register R

search S

trace T

unassemble U

write W

asm

繼續閱讀