Re: C array pointers

new topic     » goto parent     » topic index » view thread      » older message » newer message

done

sequence poly = {100,100,200,300,100,150,200,100,400,100,200,300,380,150,100,100} 
drawpoly(poly) 

32bit 
?peek({poly,4*plen}) 
{100,0,0,0,100,0,0,0,200,0,0,0,44,1,0,0,100,0,0,0,150,0,0,0,200,0,0,0,100,0,0,0,144,1,0,0,100,0,0,0,200,0,0,0,44,1,0,0,124,1,0,0,150,0,0,0,100,0,0,0,100,0,0,0} 
 
64bit 
poke8 
?peek({poly,8*plen}) 
{100,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,44,1,0,0,0,0,0,0,100,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0} 
 
64bit 
poke4 
?peek({poly,8*plen}) 
{100,0,0,0,100,0,0,0,200,0,0,0,44,1,0,0,100,0,0,0,150,0,0,0,200,0,0,0,100,0,0,0,144,1,0,0,100,0,0,0,200,0,0,0,44,1,0,0,124,1,0,0,150,0,0,0,100,0,0,0,100,0,0,0} 
 
poke4 
?peek({poly,4*plen}) 
{100,0,0,0,100,0,0,0,200,0,0,0,44,1,0,0,100,0,0,0,150,0,0,0,200,0,0,0,100,0,0,0,144,1,0,0,100,0,0,0,200,0,0,0,44,1,0,0,124,1,0,0,150,0,0,0,100,0,0,0,100,0,0,0} 

richard

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu