[A83] Re: Shading (OT fastcopy)


[Prev][Next][Index][Thread]

[A83] Re: Shading (OT fastcopy)




quick question about the ion fast copy, it has the lines:
    inc hl              ; 6 waste
    inc hl              ; 6 waste

now, if i were to want to speed it up(because the amount of time used by my 
program will take up the required amount) how would i take those out to 
reduce the wait?