0 Members and 1 Guest are viewing this topic.
For(A,0,767{L6+A}->{P+A}End[code]and to copy to the screen (I don't use bitmap either >.>)[code]Fpr(A,0,767{P+A}->{L6+A}EndDispGraph
conj(L₆,P,768)
conj(P,L₆,768)DispGraph
look at this maybe,
Quote from: happybobjr on October 03, 2010, 11:46:46 amlook at this maybe,Why are you copying random bytes of RAM to the screen? (Not really randomly chosen, but arbitrarily chosen bytes that have no practical meaning) And why one byte at a time?
conj(P,L6,768)
P->DispGraph
Personally I don't use copy...I would do:Code: [Select]For(A,0,767{L6+A}->{P+A}End[code]and to copy to the screen (I don't use bitmap either >.>)[code]Fpr(A,0,767{P+A}->{L6+A}EndDispGraph[/code][/code]