@ operator

Discuss about beta versions of mikroPascal compiler.
Post Reply
Author
Message
janni
Posts: 5373
Joined: 18 Feb 2006 13:17
Contact:

@ operator

#1 Post by janni » 11 Sep 2007 14:52

The @ operator does not work on pointers. If one defines a pointer

var bptr: ^byte;

then there is no resulting code difference between the following lines

FSR0Ptr:=bptr;

FSR0Ptr:=@bptr;


i.e. @bptr returns bptr and not it's location :cry: .

Post Reply

Return to “mikroPascal Beta testing”