Hi, I'm using the MPASM 3.40 IDE. The assambler defined to build the project is MPASM.EXE. The crosref file generation flag is set to ON After run the simulation, the code captured in the Trace Memory Window shows all the labels and the special CPU register as text ( W, STATUS, PCL...), but all the RAM variables are shown as the hex address instead of the defined name (I've tried with cblock, equ and set directives). The symbol list Window contains all the Variables and Labels defined OK. Please, could someone let me know if it is a 'natural limitation' of MPSIM or the way to get the RAM variables as text instead of hex numbers ? Thanks in advance Javier