M68HC11-Float (Using as) (original) (raw)
Next: Opcodes, Previous: Assembler Directives, Up: M68HC11 and M68HC12 Dependent Features [Contents][Index]
9.24.5 Floating Point ¶
Packed decimal (P) format floating literals are not supported. Feel free to add the code!
The floating point formats generated by directives are these.
.float
¶
Single
precision floating point constants.
.double
¶
Double
precision floating point constants.
.extend
¶
.ldouble
Extended
precision (long double
) floating point constants.