75,88d74
< ////////////////////////////////////////////////////////////////////
< //
< // General infrastructure code. These files provide infrastructure
< // which was developed to support x86 but isn't specific to it.
< //
<
< //Include code to build macroops.
< ##include "macroop.isa"
<
< ////////////////////////////////////////////////////////////////////
< //
< // X86 only infrastructure code.
< //
<
92,102d77
< //Include code to specialize an instruction template to operate on
< //a particular set of operands. This is specific to x86 and the x86
< //microcode ISA.
< ##include "specialize.isa"
<
< ////////////////////////////////////////////////////////////////////
< //
< // Code which directly specifies isa components like instructions
< // microops, and the decoder.
< //
<
115,116c90,91
< //Include the instruction definitions which are microop assembler programs.
< ##include "insts/insts.isa"
---
> //Include code to build macroops.
> ##include "macroop.isa"
117a93,101
> //Include the simple microcode assembler. This will hopefully stay
> //unspecialized for x86 and can later be made available to other ISAs.
> ##include "microasm.isa"
>
> //Include code to specialize an instruction template to operate on
> //a particular set of operands. This is specific to x86 and the x86
> //microcode ISA.
> ##include "specialize.isa"
>