pub(crate) const DATA: u8 = 0x00;
pub(crate) const END_OF_FILE: u8 = 0x01;
pub(crate) const EXTENDED_SEGMENT_ADDRESS: u8 = 0x02;
pub(crate) const START_SEGMENT_ADDRESS: u8 = 0x03;
pub(crate) const EXTENDED_LINEAR_ADDRESS: u8 = 0x04;
pub(crate) const START_LINEAR_ADDRESS: u8 = 0x05;