Structure of a single constant.
More...
#include <ugbc.h>
Structure of a single constant.
Definition at line 797 of file ugbc.h.
◆ emitted
◆ imported
This flag mark if this variable is imported by external ASM
Definition at line 810 of file ugbc.h.
◆ name
Name of the constant (in the program)
Definition at line 800 of file ugbc.h.
◆ next
Link to the next constant (NULL if this is the last one)
Definition at line 832 of file ugbc.h.
◆ realName
Real name (used for source generation)
Definition at line 803 of file ugbc.h.
◆ relative
◆ type
◆ value
The initial (numeric) value of the variable, as given by last (re)definition.
Definition at line 815 of file ugbc.h.
◆ valueFloating
The initial (floating) value of the variable, as given by last (re)definition.
Definition at line 825 of file ugbc.h.
◆ valueString
The pointer to the constant string.
Definition at line 820 of file ugbc.h.
The documentation for this struct was generated from the following file: