public void LoadProgram(string filepath) { byte[] programData = File.ReadAllBytes(filepath); _ram.LoadRangeToRam(programData); }