Hi,i got a question does anyone know a program that sets sourcecodes into program?asembly i confes i know nothing about programming i hope u can help me:)
Printable View
Hi,i got a question does anyone know a program that sets sourcecodes into program?asembly i confes i know nothing about programming i hope u can help me:)
What do you want to do, turn source code into a program or vice versa? To turn source code into a program you need a compiler for the appropriate language, to turn the program into assembly source code you need a disassembler.
What exactly do you want to do and which language do you wish to use?
Ummm, I really wish I had any idea what you were asking, but I am really not sure... Are you asking for a disassembler? A program that will give you the code for an executable? Or maybe a hex editor? I really have not much of a clue. Sorry.
yeah sorry guys i don't have any programing skills i'm searching a program that turns txt into a program i think it's called assembly language?
sorry for being zo fuzzy
greets and thanx
darkadon
so I'm guessing you need a complier... protools.cjb.net it might be there.
I assume by txt, you mean you have the source code for a program, and you want to turn it into an executable.... Like mucolaca said, you need a compiler. You need different compilers depending on what language the program was written in.
Quick FYI.... When you write a program and it is readable (text) it is the source code.
When you can run a program, it is an executable.
Assembly is extreamly low level programming and is VERY hard to read.
When you compile a program....Source ---> Assembly -----> Executable (machine language)
thanx :)