JC64dis Memory Area
Once a file that are not a MUS is processed, in the memory area there will appears a table that contains all $FFFF C64 memory addresses in sequences with different colors and flag information in the columns.

The meanings of columns are:
- ID: the memory address location number in Hex format.
- DC: the Dasm automatic row comment assigned to this memory location. If it is set, than by passing with the mouse over it will show the comment itself.
- UC: the user manual row comment assigned to this memory location. If it is set, than by passing with the mouse over it will show the comment itself.
- DL: the Dasm label name assigned to this memory location. The program generate it as Wxxxx (where xxxx is the memory address in Hex). If it is set, than by passing with the mouse over it will show the label itself
- UL: the user label name assigned to this memory location. If it is set, than by passing with the mouse over it will show the label itself
- UB: the user global comment assigned to this memory location. If it is set, than by passing with the mouse over it will show the global comment itself
- RE: it indicates that the location is related to another, so it can contains the value +, -, < and >. By passing with the mouse over it will show the related address.
The colors instead could be:
- White: this indicates that the memory address is outside the binary data read from the file. Assigning label or comments to this area works different from the inside area (all other colors means an area inside the binary file)
- Light gray: this area are undefined, or in other words, we did not say if it is a code to execute or a data to being read by other codes. Disassembler threats code and data area in different manner. In option, you can select if an undefined area must be used as code or as data by default, but during your analysis you must declare the right type as soon as you understand the code.
- Light blue: this area is of data.
- Green: this are is of code.

