From 78910a7b3dd7ce6f65f3ea51f178a3440d0221ab Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Fri, 8 Jun 2007 17:41:23 +0000 Subject: Adjust a few more comments. --HG-- extra : convert_revision : 9b79ce72acf8932ce26e1744a149f2fd2435ea96 --- src/arch/x86/isa/microasm.isa | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/arch/x86/isa/microasm.isa b/src/arch/x86/isa/microasm.isa index 8a6e7ca52..fde430691 100644 --- a/src/arch/x86/isa/microasm.isa +++ b/src/arch/x86/isa/microasm.isa @@ -57,10 +57,11 @@ //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 {{ -- cgit v1.2.3