User`s manual

significant value in the sequence) is stored first (at the lowest
storage address). Little-endian is an order in which the "little
end" (least significant value in the sequence) is stored first. For
example, in a big-endian computer, the two bytes required for
the hexadecimal number 4F52 would be stored as 4F52H in
storage address 1000H as: 4FH is stored at storage address
1000H, and 52H will be at address 1001H. In a little-endian
system, it would be stored as 524FH (52H at address 1000H,
and 4FH at address 1001H).
Number 4F52H is stored in memory:
Address Big endian Little endian
system system
1000H 4FH 52H
1001H 52H 4FH
The reserved key <F3> will bring out this menu from any menu
and any time.
File / Save
This command saves data in the buffer, which has been
created, modified, or read from a device onto a specified disk.
You can choose the format desired (binary, MOTOROLA,
MOS Technology, Tektronix, Intel (extended) HEX, ASCII
space, JEDEC and POF).
If the checkbox Swap bytes is displayed, the user can activate
function of swapping bytes within 16bit words (or 2-byte words)
during writing to file. This feature is useful especially when
saving files with Motorola representation of byte order in file
(big endian). Standard save file operation is using little endian
byte order.
The reserved key <F2> will bring out this menu from any menu
and any time.
File / Load project
This option is used for loading project file, which contains
device configuration buffer data saved and user interface
configuration.
The standard dialog Load project contains additional window
- Project description - placed at the bottom of dialog. This
window is for displaying information about currently selected
project file in dialog Load project.
Project information consists of:
manufacturer and name of the first device selected in the
project
date and time of project creation
104