summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/microasm.isa
AgeCommit message (Expand)Author
2007-04-09Accidentally didn't save when moving the specialization code out of here.Gabe Black
2007-04-06Move the instruction specialization stuff out of the microassembler file, and...Gabe Black
2007-04-06Consolidated the microcode assembler to help separate it from more x86-centri...Gabe Black
2007-04-06Refactored the x86 isa description some more. There should be more seperation...Gabe Black
2007-04-04The process of going from an instruction definition to an instruction to be r...Gabe Black
2007-04-04Reworking how x86's isa description works. I'm adopting the following definit...Gabe Black
2007-04-03A batch of changes and fixes. Macroops are now generated automatically, multi...Gabe Black
2007-03-29Add a microcode assembler. A microcode "program" is a series of statements. E...Gabe Black