summaryrefslogtreecommitdiff
path: root/src/lem_interp/printing_functions.mli
AgeCommit message (Collapse)Author
2016-03-08Start task of setting up tagged memory in sequential interpreterKathy Gray
2015-06-18add endian flag to memory printingKathy Gray
2015-03-15Many changes:Kathy Gray
Split out specification specific memory and external functions Reduce the presence of big_int Reduce the use of inc direction, instead using a default from the spec. Still a few places need to be parameterised over direction Also some bug fixes exposed by above and running ARM second instruction
2014-11-23fix logfile printingPeter Sewell
2014-11-23new printing codePeter Sewell
2014-11-23wibPeter Sewell
2014-11-22Changing interface in step with Peter and ppcmem changesKathy Gray
2014-11-17wibPeter Sewell
2014-11-12Add a function to print local variables and values, local_variables_to_stringKathy Gray
will format them as one long ; separated line
2014-11-06Refactor printing to display the contents the [_] and to better format bit ↵Kathy Gray
vectors
2014-11-01extend interfacePeter Sewell
2014-10-27Add printing for instruction formKathy Gray
2014-10-22Update printing for testing, fix some bugs found along the wayKathy Gray
2014-10-20Update the printing interface for ppcmem as opposed to run_model functionalityKathy Gray
2014-10-20Separate out printing facility from model driver into printing_functions ↵Kathy Gray
interface