NASM - The Netwide Assembler

NASM Forum => Using NASM => Topic started by: david on September 28, 2014, 05:22:33 PM

Title: What is the difference between assembly and inline assembly?
Post by: david on September 28, 2014, 05:22:33 PM
Hello, What is the difference between assembly and inline assembly? thank you
Title: Re: What is the difference between assembly and inline assembly?
Post by: avcaballero on September 29, 2014, 03:35:10 PM
Inline assembly is when you insert asm code inside high level language (http://en.wikipedia.org/wiki/High-level_programming_language)