File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 6565 "type" : 7 ,
6666 "description" : " Can be included in another file"
6767 },
68+ {
69+ "name" : " assume" ,
70+ "synopsis" : " assume [segment register]:[segment's name]" ,
71+ "type" : 2 ,
72+ "description" : " the ASSUME directive tells the assembler the names of the logical segments to use as the physical segments" ,
73+ "chs" : " 段约定伪指令,约定段寄存器所对应的段"
74+ },
6875 {
6976 "name" : " al" ,
7077 "synopsis" : " al" ,
207214 "opCount" : 0 ,
208215 "type" : 3 ,
209216 "description" : " 16 bit register used to acess memory data" ,
210- "chs" : " 16位源变址寄存器 "
217+ "chs" : " 16位变址寄存器 "
211218 },
212219 {
213220 "name" : " eax" ,
531538 "allowType" : 2 ,
532539 "opCount" : 1 ,
533540 "type" : 2 ,
534- "description" : " Interrupt call see [list]( https://github.com/xsro/masm-tasm/wiki/interrupt_en)"
541+ "description" : " Interrupt call see [list]( https://github.com/xsro/masm-tasm/wiki/interrupt_en)" ,
542+ "chs" : " 软件中断指令(中断调用指令),[常见中断表]( https://github.com/xsro/masm-tasm/wiki/interrupt)"
535543 },
536544 {
537545 "name" : " into" ,
563571 "allowType" : 2 ,
564572 "opCount" : 1 ,
565573 "type" : 2 ,
566- "description" : " "
574+ "description" : " " ,
575+ "chs" : " 中断返回指令,从堆栈中依次弹出3个字,分别装入IP、CS和FLAG标志寄存器"
567576 },
568577 {
569578 "name" : " cmp" ,
You can’t perform that action at this time.
0 commit comments