Loading...
Uploaded by DelphiCoderz on Jun 15, 2008
visit Delphi-CoderZ.net
Education
Standard YouTube License
for better efficiency, you should use :
Inc(Sum, FirstArray[C]);
in Assembly, it is converted to be shorter, smaller, and faster
the "inc" command is converted to 2 bytes, while "X=X+1" is converted to 3 bytes.
so if you have a big progrm that needs to do many things as fast as posible - you need to consider this
eitan71 7 months ago
thanks for the tutorials but why are they in English when your website is in German?It is kinda dumb You go on a website and you expect English because the tut is in ENglish but no..
stylefreaks 3 years ago
Load more suggestions
for better efficiency, you should use :
Inc(Sum, FirstArray[C]);
in Assembly, it is converted to be shorter, smaller, and faster
the "inc" command is converted to 2 bytes, while "X=X+1" is converted to 3 bytes.
so if you have a big progrm that needs to do many things as fast as posible - you need to consider this
eitan71 7 months ago
thanks for the tutorials but why are they in English when your website is in German?It is kinda dumb You go on a website and you expect English because the tut is in ENglish but no..
stylefreaks 3 years ago