Structures

A.X.E.'s most useful and complex feature is the ability it gives to view and edit data as user-defined structures as well as raw hex.


What Is An A.X.E. Structure?
Structures consist of a name, and one or more elements. An element is a type. Supported types include:

The last three types must have a certain 'length' associated with them, which is the number of bytes (Raw Hex) or characters (string types) in them. Each element in a structure also has a name.

How Do I Create One?
There are two ways to create a structure: