pub fn size(memory: &mut Vec) { memory.push(memory.len() as u16); }