Added a few comments
This commit is contained in:
parent
c1ea0b8cd9
commit
ace28bd16b
10
test/i386.S
10
test/i386.S
@ -242,11 +242,11 @@
|
|||||||
fwait
|
fwait
|
||||||
insb
|
insb
|
||||||
insd
|
insd
|
||||||
int $0x3
|
int $0x3 /* cd 03 */
|
||||||
int3
|
int3 /* cc */
|
||||||
int $0x4
|
int $0x4 /* cd 04 */
|
||||||
int $0x42
|
int $0x42 /* cd 42 */
|
||||||
into
|
into /* ce */
|
||||||
invd
|
invd
|
||||||
iret
|
iret
|
||||||
iretd
|
iretd
|
||||||
|
Loading…
Reference in New Issue
Block a user