Is it possible to de-refrence an address so that I can graph 1 byte of data when all I have is the address in the data graph of Ozone?
I have tried:
Window.Add ("Data Graph","(uint_8)*0x123456");
but, get the message:
Warning (4082): expression "(uint_8)*0x123456" cannot be graphed: the expression does not evaluate to a base type of size <= 8 bytes.
I have tried:
Window.Add ("Data Graph","(uint_8)*0x123456");
but, get the message:
Warning (4082): expression "(uint_8)*0x123456" cannot be graphed: the expression does not evaluate to a base type of size <= 8 bytes.