From ace28bd16bf6c3e01c13726cfe108d925fa6d892 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 20 Apr 2011 00:26:37 +0000 Subject: [PATCH] Added a few comments --- test/i386.S | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/i386.S b/test/i386.S index 1476740..dcf51d0 100644 --- a/test/i386.S +++ b/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