|
-
Oct 28th, 2000, 11:33 PM
#1
Thread Starter
Junior Member
I can't seem to get Visual Studio C++ 6.0 to recognize the asm command. What is the syntax and where in my program do I use it?
May the source be with you
-
Oct 29th, 2000, 01:57 AM
#2
-
Oct 29th, 2000, 04:23 AM
#3
Fanatic Member
I think it's a double _ :
Code:
__asm {
xor eax, eax
}
-
Oct 29th, 2000, 06:48 PM
#4
Thread Starter
Junior Member
So I do need that underline? That is what I was missing. One more question. Is it possible to write an entire assembly program in VC++ 6.0? Thanks for you help.
May the source be with you
-
Nov 1st, 2000, 03:35 PM
#5
Monday Morning Lunatic
Yes, but you'd need to do some serious playing with the custom build facility.
Possibility for making a new project/package type?
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|