All posts categorized amd64
x86-64 TUTORIAL: CONDITIONAL OPERATIONS WITHOUT BRANCHING
The regular |
Posted on by Vikas N. Kumar. |
x86-64 TUTORIAL: FACTORIAL WITH RECURSION
The calculation of a factorial of a number can be done using recursion. Below is the algorithm: Read More → |
Posted on by Vikas N. Kumar. |
x86-64 TUTORIAL: DOUBLY LINKED LIST
THE LABOUCHERE SYSTEMThe Labouchere system for roulette is played as follows. Write down a list of
numbers, usually |
Posted on by Vikas N. Kumar. |
LABOUCHERE SYSTEM C PROGRAM
Here is the full C code for the Doubly Linked List: Labouchere System. Read More → |
Posted on by Vikas N. Kumar. |
LABOUCHERE SYSTEM PROGRAM USING x86-64 REGISTERS
This program does not use any fixed memory locations for the head or tail of the
link list, but uses all the registers available to it. However, for some of the
functions it does not follow the convention of saving all the registers |
Posted on by Vikas N. Kumar. |
Pages: | ← Previous | | | 1 | | | 2 | | | 3 | | | 4 | | | Next → |