The inline assembler provides some
pseudo opcodes to put constant bytes into the instruction stream. These are:
- DCB 1 ; Byte constant 1
- DCB 0 ; Byte constant 0
- DCW 12 ; Word constant 12
- DCL 20, 23 ; Longword constants
- DCF 1.85 ; IEEE 32bit float
- DCD 2.0 ; double IEEE64