Types byte, word, longword and floating point data can be encoded as follows:
Enter the value of the datum after the colon.
Note: For floating point values set Size and Numeral system to:
<bd:-15>
means byte-size datum with decimal value
-15.<wh:23f0>
means word-size datum with hexadecimal value
23f0.<ld:1234567890>
means longword-size datum with decimal value
1234567890.<fl:2.5>
means float-size datum with value 2.5.<do:1.8e7>
means double-size datum with value
1.8×10^7Note
If you want to find or paste a valid special syntax string like <bd:0> as
text, then prefix a \ to <. This will turn < into a normal character.
Copying a < in the file will insert the \ automatically.
Backslashes ("\") in the file are copied and encoded as double backslashes
("\\").
Byte
Word
(2 bytes)Longword
(4 bytes)Float
(4 bytes) range 3.4E +/- 38 (7 digits)Double
(8 bytes range 1.7E +/- 308 (15 digits)