uConfig database editor.
The format of the uConfig database is described in the "freshlib/data/uconfig.asm" source file.

Integer type values can be in any FASM supported format:

Hex: $addda
     adddah
     0xaddda

Octal:
     666o

Binary:
     1010101b

Decimal:
     123456

Signed: -$addda

The integers in the list are displayed only in hex.
Only string, integer and NULL fields are supported. 
The editor does not support BLOB fields. (but the library does).
