char_offset       553 src/dps8/dps8_crdpun.c     uint char_offset   = (char_pos < 11) ? char_pos : char_pos - 11; // Character num in the line
char_offset       554 src/dps8/dps8_crdpun.c     uint word_offset   = glyph_char_word_offset[char_offset];        // Starting word in the buffer
char_offset       555 src/dps8/dps8_crdpun.c     uint nibble_offset = glyph_nibble_offset[char_offset];           // Starting nibble in the word