index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
micro_asm.py
Age
Commit message (
Expand
)
Author
2018-03-06
scons: Switch from the print statement to the print function.
Gabe Black
2009-09-22
scons: add slicc and ply to sys.path and PYTHONPATH so everyone has access
Nathan Binkert
2008-10-09
Microcode: Fix a silent typo error in the microcode assembler.
Gabe Black
2008-10-09
Microcode: Fix a very old bug with parsing external labels in microcode.
Gabe Black
2007-08-31
Microassembler: Pass the actual mnemonic used to the macroop add_micro function
Gabe Black
2007-08-26
X86: Make the microassembler accept lines which are just labels.
Gabe Black
2007-06-21
Fix a problem where part of a microops parameters might be interpretted as an...
Gabe Black
2007-06-20
Comment out some unnecessary debug statements.
Gabe Black
2007-06-19
Make an error message a little more descriptive.
Gabe Black
2007-06-14
Fix up param regular expression to not duplicated the escaping \ and to pair ...
Gabe Black
2007-06-01
Clean things up
Gabe Black
2007-05-31
Add rom based macroops into the macroop dict instead of dropping them on the ...
Gabe Black
2007-05-31
Do something with ROM based macroops
Gabe Black
2007-05-31
Make directives take parameters and use the directive function and not it's name
Gabe Black
2007-05-31
Handle comments
Gabe Black
2007-05-31
Early micro assembler
Gabe Black