Adjust a few more comments.
authorGabe Black <gblack@eecs.umich.edu>
Fri, 8 Jun 2007 17:41:23 +0000 (17:41 +0000)
committerGabe Black <gblack@eecs.umich.edu>
Fri, 8 Jun 2007 17:41:23 +0000 (17:41 +0000)
--HG--
extra : convert_revision : 9b79ce72acf8932ce26e1744a149f2fd2435ea96

src/arch/x86/isa/microasm.isa

index 8a6e7ca522343a3e1025a13fb4fb20238eeac9f9..fde430691a9f916ad60dfaeb7f8b4c0d5d1a2a78 100644 (file)
 
 //Include the definitions of the micro ops.
 //These are StaticInst classes which stand on their own and make up an
-//internal instruction set.
+//internal instruction set, and also python representations which are passed
+//into the microcode assembler.
 ##include "microops/microops.isa"
 
-//Include code to build macroops.
+//Include code to build macroops in both C++ and python.
 ##include "macroop.isa"
 
 let {{