INS instruction fix
This commit is contained in:
parent
81b7f67cb4
commit
2b488e1021
1 changed files with 3 additions and 3 deletions
|
@ -304,12 +304,12 @@
|
||||||
/* 80286 keywords */
|
/* 80286 keywords */
|
||||||
0, NOOP_1, 0140, "pusha",
|
0, NOOP_1, 0140, "pusha",
|
||||||
0, NOOP_1, 0141, "popa",
|
0, NOOP_1, 0141, "popa",
|
||||||
|
0, NOOP_1, 0154, "insb",
|
||||||
|
0, NOOP_1, 0155, "ins",
|
||||||
|
0, NOOP_1, 0155, "insw",
|
||||||
0, NOOP_1, 0156, "outsb",
|
0, NOOP_1, 0156, "outsb",
|
||||||
0, NOOP_1, 0157, "outs",
|
0, NOOP_1, 0157, "outs",
|
||||||
0, NOOP_1, 0157, "outsw",
|
0, NOOP_1, 0157, "outsw",
|
||||||
0, NOOP_1, 0246, "insb",
|
|
||||||
0, NOOP_1, 0247, "ins",
|
|
||||||
0, NOOP_1, 0247, "insw",
|
|
||||||
|
|
||||||
0, ENTER, 0310, "enter",
|
0, ENTER, 0310, "enter",
|
||||||
0, NOOP_1, 0311, "leave",
|
0, NOOP_1, 0311, "leave",
|
||||||
|
|
Loading…
Reference in a new issue