.dvar

.dvar type, value [, value [, value [ ... ]]]

Using this directive, you can output data formatted to a particular data type. The types used are the same as in the .var directive.

For example, let's say you needed a floating-point constant in a TI program:

    ld hl,Constant
    ld de,OP1
    ld bc,9
    ldir
    
Constant: .dvar tifloat, -76.054824