12 lines
120 B
Text
12 lines
120 B
Text
|
|
window 1
|
||
|
|
|
||
|
|
short i = 575
|
||
|
|
ptr j
|
||
|
|
|
||
|
|
j = @i
|
||
|
|
|
||
|
|
printf @"Address of i = %ld",j
|
||
|
|
print @"Value of i = ";peek word(j)
|
||
|
|
|
||
|
|
HandleEvents
|