Im was in a class that hasn't much help for assembly in MSVC++ 6.0.
I'm tring to get into it with using MSVC++. I wanna make a simple IF/THEN/ELSE. Anyone have any MSVC++ specific sites that give examples of assembly?
Thanks!
NOMAD
Printable View
Im was in a class that hasn't much help for assembly in MSVC++ 6.0.
I'm tring to get into it with using MSVC++. I wanna make a simple IF/THEN/ELSE. Anyone have any MSVC++ specific sites that give examples of assembly?
Thanks!
NOMAD
I suggest getting a nice asm book and learn the instruction set instead of trying to find sites. Even though VC++ has some cavaets (sp?) that you will run across, if you know the assembler, you should be able to work through it.
You could also disassemble the code in VC++ and take a look at that for sample code. That should give you some idea on how to set your problem up.
Wow over a month later! JK thanks, I got a book.
I'm actually coming along quite well in ASM. I was just paniced when I posted that (projects :mad: ). Thanks for the reply though
NOMAD