byte

Declares an initialized block of bytes.

  [ label ]  .byte   expression [ ,expression ]...  

  
Parameters

label

Name of the block of bytes.

expression

Value for one byte of the block; must fit into one byte.