When i was 13 i started programming MSX computer which ended in writting assembler code to perform some things. One of the powerfull command the MSX had was a single command to move a datablok. This was often used to do fast screen moves.
Now that i work with a fast linescan camera, i am in need of such a fast command again. So that i could move part of a bitmap down, and fill the first row with new linescan data.
I have never programmed assembler on todays pentium computers. So I am wondered do these days pentium computers too have such assembler instructions ? I could also do it in some c++ / c# for next loop, but a single assembler instruction would be a lot faster for this i know.