Hi, i just check your example about bouncing window from example folder
and there is someting that confuzing me off :red
_OR_ EQU <||>
can you explain me in short line whats that?
Thank you
Try to generate first past listing and look that be
Hi trodon,
That equate replaces the classical || statement with _OR_ As you know, || comes from the C language. Typing _OR_ instead of || seemed to be more sympathetic for me otherwise my equate has no any special meaning.
thank you :U