NASM - The Netwide Assembler

NASM Forum => Using NASM => Topic started by: helmi on November 16, 2017, 12:13:51 PM

Title: Complete tutorial programming with nasm.
Post by: helmi on November 16, 2017, 12:13:51 PM
Hello, I'm new. Are there any complete tutorial for asm programming with nasm 64 bit? I mean basic like conditional, looping etc just like any other language tutorial. I found a lot of samples how to write 'Hello World' but not on other topic. I found 1 tutorial at tutorialpoint but it use 32 bit.
Title: Re: Complete tutorial programming with nasm.
Post by: encryptor256 on November 16, 2017, 03:55:52 PM
Hi!
Quote
"conditional, looping etc"
Look for examples in 32bit. They are nearly the same as in 64bit .
You can create 32bit loop's in 64bit assembly as well.