An assembler and interpreter for the Little Minion Computer model created by Professor Magnus Bordewich of Durham University, based on the Little Man Computer created by Dr. Stuart Madnick of M.I.T. in 1965
modload;modsave;pubuseload::*;pubusesave::*;// 10 bits needed per number
// (10 * 100 / 8 = 125 bytes)
/// The maximum size of saved memory in bytes
pubconstMAX_FILE_SIZE:usize=125;