summaryrefslogtreecommitdiff
path: root/src/lem_interp/extract.mllib
AgeCommit message (Collapse)Author
2014-11-22make interpreter now compilesKathy Gray
Printing functions are not complete and may cause exceptions still on unknown or undef bits. run_interp_model doesn't work and thus make power doesn't work.
2014-10-20Separate out printing facility from model driver into printing_functions ↵Kathy Gray
interface
2014-10-07Put in type for instruction form for models; remove extra information from ↵Kathy Gray
Bytevectors; add place holder for memory size dependency tracking
2014-09-29Add in elf model from Dominic/Stephen. Make run_power build again. Does not ↵Kathy Gray
effectively use elf model yet