Assembler : Directives : DB

DB - Store constant data bytes in memory.

Example :
  

 text:     .db "score: 00000",0

See also BYTE, DW, WORD.