Skip to content

Commit a315c35

Browse files
committed
Merge branch 'hoverinfo' into next
2 parents 93d0717 + 8485d4c commit a315c35

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

scripts/keyword.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@
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",
@@ -207,7 +214,7 @@
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",
@@ -531,7 +538,8 @@
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",
@@ -563,7 +571,8 @@
563571
"allowType": 2,
564572
"opCount": 1,
565573
"type": 2,
566-
"description": " "
574+
"description": " ",
575+
"chs": "中断返回指令,从堆栈中依次弹出3个字,分别装入IP、CS和FLAG标志寄存器"
567576
},
568577
{
569578
"name": "cmp",

0 commit comments

Comments
 (0)