LATEST POSTS - page 5
x86-64 TUTORIAL: FIND PRIME NUMBERS
Below is a code snippet that prints a list of prime numbers, one on each line,
based on a limit entered by the user. It uses both while loops and conditional
branch |
Posted on by Vikas N. Kumar. |
x86-64 TUTORIAL: MULTIPLICATION & DIVISION
In the Hello World sample
program we had used the instructions |
Posted on by Vikas N. Kumar. |
x86-64 TUTORIAL: INPUT OUTPUT FUNCTIONS
Here are some print functions for strings, integers and newline characters.
There is also a function for reading an integer. All the code is in
NASM’s syntax.
The macros NOTE: Remember that the registers |
Posted on by Vikas N. Kumar. |
x86-64 TUTORIAL: HELLO WORLD!
Below is a program that prints |
Posted on by Vikas N. Kumar. |
x86-64 TUTORIAL: CPUID
The x86 and x86-64 instruction sets have an instruction called |
Posted on by Vikas N. Kumar. |
Pages: | ← Newer | | | 2 | | | 3 | | | 4 | | | 5 | | | 6 | | | Older → |