When I try to debug my program, I want to look at the memory where its stored, but when I search for it, theres nothing stored.
Example:
aVar byte 23d
When I debug and search through the memory 1 window, I would type &aVar. I'd assume it'd take me to its memory location but it just brings me to a memory location with 0123456789ABCDEF stored in memory. Any help?
I've tried to debug the program on a lab computer, and I got the same results as well, I cant search memory, I dont think its even writing to memory.