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 memory addresses in sequences with different colors and flag information in the columns.

The meanings of columns are:

The RE area shows even the kind of data selected (it is hidden if there are +, -, < and >) according with a char: The colors instead could be:

If you are analising two different version of the same routine in two different instance of JC64dis, then you can select the rows into memory to copy, by a right ckick onto the table and then copy action
If the second instance you choose the memory row (that can have different addresses of the first) and paste the memory information to it.

The tooltip over a code/data/garbage memory location will say that type and inside (/) the number of bytes of that are with the same type and the amount that are selected.

ALT+HOME and ALT+END keycode will move the memroy location to the top or bottom of the same type where the cursor actually is.

With right click on a row cell, you can select the Show hex/text/char view:

Here you can see the hex values grouped by 8 bytes from the starting selected row, the corresponding char in C64 font (in upper or lower form) and then the 8x8 mono or multi color chars corresponding to them.
You can change the colors of chars for better see the right pattern.


Back