This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Ax51 and Logic Analyzer

Hello!
In my project i am using Keil Uv4, and programing on asm.
I have a same problem.
In asm i declareted some variable:
example:

variable: ds 2


In C style this variable have type int, but i am not using C and programming on asm.

When i try to add variable to Logic Analyzer, I view only first of two bytes becose "variable" contains only address the first of two bytes.

In watch window i am using build in function _RBYTE, _RWORD or other, but this not work in Logic Analyzer.

Maybe someone knows how to add "int" variable defined in ASM to a Logic Analyzer.

Thanks fro help.
P.S. sorry for my english.:)