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
|
||||
insb
|
||||
insd
|
||||
int $0x3
|
||||
int3
|
||||
int $0x4
|
||||
int $0x42
|
||||
into
|
||||
int $0x3 /* cd 03 */
|
||||
int3 /* cc */
|
||||
int $0x4 /* cd 04 */
|
||||
int $0x42 /* cd 42 */
|
||||
into /* ce */
|
||||
invd
|
||||
iret
|
||||
iretd
|
||||
|
Loading…
Reference in New Issue
Block a user