| | |
Compiling Source Code?
![]() |
If you are talking about assembly code -- yes but it must be in-line assembly code. Here is an example C function with inline assembly.
>>you need MS Visual Studio to compile it
no you do not need Visual Studio. There are lots of free assemblers.
Assembly Syntax (Toggle Plain Text)
int foo() { _asm { // put your assembly code here } }
>>you need MS Visual Studio to compile it
no you do not need Visual Studio. There are lots of free assemblers.
Last edited by Ancient Dragon; Nov 12th, 2006 at 10:24 am.
Don't PM me with questions -- you might get a nasty PM in response. If you have a question then post it in one of the forums.
•
•
Join Date: Oct 2006
Posts: 26
Reputation:
Solved Threads: 0
•
•
•
•
If you are talking about assembly code -- yes but it must be in-line assembly code. Here is an example C function with inline assembly.
>>you need MS Visual Studio to compile itAssembly Syntax (Toggle Plain Text)
int foo() { _asm { // put your assembly code here } }
no you do not need Visual Studio. There are lots of free assemblers.
First, this is not the right board to be discussing C and C++ topics. There are several tutorials, the topic is just too complicated to explain fully here.
You might be better off getting free masm assembler and use Notepad to write your programs. I hope you are studying an Intrudoction to Assembly book because you will definitely need it.
You might be better off getting free masm assembler and use Notepad to write your programs. I hope you are studying an Intrudoction to Assembly book because you will definitely need it.
Last edited by Ancient Dragon; Nov 13th, 2006 at 7:45 am.
Don't PM me with questions -- you might get a nasty PM in response. If you have a question then post it in one of the forums.
![]() |
Similar Threads
- Installing software on Linux: source code (*nix Software)
- Source code for printf, scanf, cin, cout? (C)
- virus found message when compiling my source code (C++)
- Windows 2K source code? (Windows NT / 2000 / XP)
Other Threads in the Assembly Forum
- Previous Thread: Cmp??
- Next Thread: help nedden in MIPS Assembly
| Thread Tools | Search this Thread |






