Tag: assembly language
What Is the LEA Instruction? In x86 assembly, the LEA (Load Effective Address) instruction is used to **compute the address** of a memory operand and store it in a …
November 5, 2013
32 bit, algorithms, assembly language, c / c++, code, implementation, interpreter / compiler, optimization, programming languages, windows
Introduction You probably came across the term ‘Tail Recursion’ or ‘Tail Recursive’ before. You even have written a piece of Tail Recursive functions/algorithms without knowing it. So, what is …
Today, there are many high-level programming languages (known as fourth generation, the Object Oriented Programming) available so what fuzz is about this Win32 Assembly programming? As we know, the …
I have asked a question in stackoverflow.com and it brings some discussions. The question is about the code efficiency generated by Delphi compilers and I’ve tried the following simple example …