If I use BYTE variables in this expression rather than WORDs . . .
A = A + B
. . . how much faster is the execution? May I assume that if A and B are BYTEs, it will be about twice as fast than if they are WORDs? Or does the manipulation for WORDs add even more overhead?
I did search but did not identify a thread that addressed this. If there is one, please send me there.
Thanks.
Bookmarks