summaryrefslogtreecommitdiff
path: root/src/lem_interp/interp_utilities.lem
AgeCommit message (Collapse)Author
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-23make interpreter now buildsKathy Gray
and I *think* that I'm making vectors of unknowns in all the necessary places now.
2014-11-20set more vector starts before sending them off to register writesKathy Gray
2014-10-07Actually add the new fileKathy Gray