|
||
|
GP Mailing List
ATXGPSIG List
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: asm question for use in VC++6.0
there are three main asm compilers out there, the one I use is MASM. Then
there's the competition TASM. And the everyday Joe NASM. This_page has
links to all three, but keep in mind that MASM is no longer on the market so
for a copy of that you'll need to find someone to part with their copy.
I haven't used NASM but I here good things about it, and best of all, it's
free so if you don't like it you're just out some time.
Have fun and hang in there
Derold
----- Original Message -----
From: "wegifford" <wegifford@GRUMPY.FORTLEWIS.EDU>
To: <gameprogrammer@gameprogrammer.com>
Sent: Tuesday, August 29, 2000 5:01 PM
Subject: asm question for use in VC++6.0
> Whats going on guys and gals(if there are any)
>
> Anyway I have a quick question. I am taking an Assembly Language
> Programming class and we don't have a compiler and I am trying to find an
> assembler. Can MSVC++ compile and debug asm code? I understand how to
start
> and asm code(check example) section but couldn't get it to compile into
and
> exe.
> If the example is wrong I would really appreciate any suggestions to
> assemblers that work or how to do it in MSVC++. Is the assembler only
inline
> in MSVC compiler? Thanks ahead of time for the help
>
> example:
>
> int main()
> {
> __asm
> {
> enter asm code here
> }
>
> return 0;
> }
>
=================================================================
The GameProgrammer.Com mailing list is for the open discussion
of any topic related to the art, science, and business of
programming games. This list is especially tolerant of beginners.
We were all beginners once
To SUBSCRIBE or UNSUBSCRIBE please visit:
http://gameprogrammer.com/mailinglist.html
|
|