Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
a.i = 5
|
||||
MessageRequester("Address",Str(@a))
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
a.i = 5
|
||||
*b.Integer = @a ;set *b equal to the address of variable a
|
||||
*c.Integer = $A100 ;set *c to point at memory location $A100 (in hex)
|
||||
|
||||
|
||||
MessageRequester("Address",Str(*b)) ;display the address being pointed at by *b
|
||||
MessageRequester("Value",Str(*b\i)) ;de-reference the pointer *b to display the data being pointed at
|
||||
Loading…
Add table
Add a link
Reference in a new issue