This pseudo op allows to insert text, characters, or one ore more bytes at the current location.
Allowed are text literals, character literals, constant values, expressions and labels as content.
text literals are surrounded by ", character literals by '
Constant values can be set as decimal, hexadecimal (with prefixed $), chars (surrounded by ' or ").
Labels are treated as 16-bit values. To get the high or low byte prefix the label with < (low byte) or > (high byte)
Expressions are evaluated during the final pass. They must evaluate to a valid byte value.
CBM works like !TEXT, but reverses character casing.
DC.B "HELLO WORLD"
DC.V " SCORE",60," 00000000 ",224,224," LEVEL",60," 00 ",225,225," LIVES",60," 03 *"
DB 206,184,191,182,198,196,184,0,203,198,0,202,198,204,191,191,184,202,202,0,0
DEMOMESS
CBM "WELCOME TO THE FIRST MAYHEM MEGA MUSIC MIX "