Added DEC statement, e.g. 'DEC count', only works on integer variables.
Refactored Validator::CheckForRelocations(), it is now more robust and able to deal with data structures intermingled with code in any order.
Refactored Validator::CheckForRelocation(), it no longer hard codes exclusion zones, but actually reads the free memory list to check for collisions with hardware exclusion zones, software exclusion zones and user defined data structures.