From: Bill Cunningham on
Can someone show me a short code for the infamous "hello world" in nasm
syntax. Which if I'm correct is Intel?

Bill


From: Peter Nilsson on
"Bill Cunningham" <nos...(a)nspam.invalid> wrote:
>     Can someone show me a short code for the infamous
> "hello world" in nasm syntax. ...

<http://www.lmgtfy.com/?q=nasm+hello+world>

--
Peter
From: James Harris on
On 2 Mar, 23:16, "Bill Cunningham" <nos...(a)nspam.invalid> wrote:
>     Can someone show me a short code for the infamous "hello world" in nasm
> syntax. Which if I'm correct is Intel?

Here are Nasm examples for Linux and Windows.

http://codewiki.wikispaces.com/linux_stdout.nasm
http://codewiki.wikispaces.com/winstdout.nasm

Yes, Nasm uses Intel syntax.

James