asm noob needs help compiling tutorial samples!?
- From: giddy <spamtrap@xxxxxxxxxx>
- Date: Sun, 23 Mar 2008 00:51:51 -0700 (PDT)
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
.
- Follow-Ups:
- Re: asm noob needs help compiling tutorial samples!?
- From: Frank Kotler
- Re: asm noob needs help compiling tutorial samples!?
- From: Alex Buell
- Re: asm noob needs help compiling tutorial samples!?
- Prev by Date: Re: int 0x13 utility
- Next by Date: Re: int 0x13 utility
- Previous by thread: int 0x13 utility
- Next by thread: Re: asm noob needs help compiling tutorial samples!?
- Index(es):
Relevant Pages
|