summaryrefslogtreecommitdiff
path: root/src/arch/micro_asm.py
AgeCommit message (Expand)Author
2018-03-06scons: Switch from the print statement to the print function.Gabe Black
2009-09-22scons: add slicc and ply to sys.path and PYTHONPATH so everyone has accessNathan Binkert
2008-10-09Microcode: Fix a silent typo error in the microcode assembler.Gabe Black
2008-10-09Microcode: Fix a very old bug with parsing external labels in microcode.Gabe Black
2007-08-31Microassembler: Pass the actual mnemonic used to the macroop add_micro functionGabe Black
2007-08-26X86: Make the microassembler accept lines which are just labels.Gabe Black
2007-06-21Fix a problem where part of a microops parameters might be interpretted as an...Gabe Black
2007-06-20Comment out some unnecessary debug statements.Gabe Black
2007-06-19Make an error message a little more descriptive.Gabe Black
2007-06-14Fix up param regular expression to not duplicated the escaping \ and to pair ...Gabe Black
2007-06-01Clean things upGabe Black
2007-05-31Add rom based macroops into the macroop dict instead of dropping them on the ...Gabe Black
2007-05-31Do something with ROM based macroopsGabe Black
2007-05-31Make directives take parameters and use the directive function and not it's nameGabe Black
2007-05-31Handle commentsGabe Black
2007-05-31Early micro assemblerGabe Black