
CharH:
 ds 01000001b
 ds 01000001b
 ds 01000001b
 ds 01111111b
 ds 01000001b
 ds 01000001b
 ds 01000001b
in assembler as compared to the C code

#define bit6 0x40
.....
#define bit0 0x01

 U8 CharH[] =
{ (bit6                                    + bit0), 
  (bit6                                    + bit0), 
  (bit6                                    + bit0), 
  (bit6 + bit5 + Bit4 + bit3 + Bit2 + Bit1 + bit0), 
  (bit6                                    + bit0), 
  (bit6                                    + bit0), 
  (bit6                                    + bit0)}