82
ImageCraft Assembly Language Guide, Document # 001-44475 Rev. *B
Assembler Directives
5.6
Define Floating-point Number
DF
Reserves four-byte pairs of ROM and assigns the specified values to each reserved pair. The format
used is the IEEE-754 Single Format stored in big-endian format. This directive is useful for creating
data tables in ROM.
Arguments must be constants. Only the length of the source line limits the number of arguments in a
DF
directive.
Directive
Arguments
DF
< value1 > [ , value2, ..., valuen ]
Example:
MyTable:
DF 1.2345, -1.07e-03f
Summary of Contents for PSoC DESIGNER ImageCraft M8C
Page 6: ...6 ImageCraft Assembly Language Guide Document 001 44475 Rev B Contents Feedback ...
Page 10: ...10 ImageCraft Assembly Language Guide Document 001 44475 Rev B Introduction Feedback ...
Page 24: ...24 ImageCraft Assembly Language Guide Document 001 44475 Rev B M8C Microprocessor Feedback ...
Page 95: ...ImageCraft Assembly Language Guide Document 001 44475 Rev B 95 Assembler Directives Feedback ...
Page 96: ...96 ImageCraft Assembly Language Guide Document 001 44475 Rev B Assembler Directives Feedback ...
Page 104: ...104 ImageCraft Assembly Language Guide Document 001 44475 Rev B Feedback ...
Page 108: ...108 ImageCraft Assembly Language Guide Document 001 44475 Rev B Index Feedback ...