The inline assembler provides some pseudo opcodes to put constant bytes into the instruction stream.
DC.B 1 ; Byte constant 1 DC.B 0 ; Byte constant 0 DC.W 12 ; Word constant 12 DC.L 20,23 ; Longword constants