asm noob needs help compiling tutorial samples!?



hi,

I'm an experienced C# programmer i also know quite a couple of other
things.

I tried to learn x86 asm before and got turned off/stuck with the
complex compiling and the never ending types of compilers
(TASM,MASM,DASM??) ....

I finally found a nice tutorial but i can't seem to compile the source
code!?
http://drpaulcarter.com/pcasm/

I downloaded the Microsoft Source code on the bottom, but im having
some problems compiling it.
http://drpaulcarter.com/pcasm/ms-ex.zip

I've got nasm.... ....
In the source file itself is says:
; Using MS C/C++
; nasm -f win32 first.asm <-----------This works fine, i get
first.obj outputted.
; cl first.obj driver.c asm_io.obj <---------- Were do i get cl from?
It didn't come with NASM??(I have the other files)

I'm guessing cl is a linker right? How do i get it?

Thanks so much
Gideon

.



Relevant Pages

  • Re: Fortran module checking
    ... Is it as simple as (mind you I'm using xlf90) ... variable.f psuedocode ... Compiling a source file that USEs a module requires the ...
    (comp.lang.fortran)
  • Re: Fortran module checking
    ... Is it as simple as (mind you I'm using xlf90) ... Compiling a source file that USEs a module requires the ... Ken dot And dot Ann ...
    (comp.lang.fortran)
  • Re: template compile errors
    ... gcc throws some strange linking errors. ... but *not* the stackList.cpp source file ... where to find the function template definitions ... when it is compiling test.cpp?" ...
    (comp.lang.cpp)
  • Re: How to reference custom control from App_Code folder?
    ... I have a custom control that is inside a DLL. ... source file for this DLL in a development folder on my machine, ... I presume that it's not compiling the source file, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Setting up an Ada hello world project
    ... sure how to go about compiling a hello world application. ... project created one source file with the text: ... How do I go about adding an Ada source? ... Later, when you're more familiar with Ada, you can start learning what Gnat project files are useful for. ...
    (comp.lang.ada)