Results 1 to 7 of 7

Thread: asembly

  1. #1
    Senior Member
    Join Date
    Aug 2001
    Posts
    149

    asembly

    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
    hip hop rules

  2. #2
    AO Antique pwaring's Avatar
    Join Date
    Aug 2001
    Posts
    1,409
    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?
    Paul Waring - Web site design and development.

  3. #3
    AntiOnline Senior Member souleman's Avatar
    Join Date
    Oct 2001
    Location
    Flint, MI
    Posts
    2,883
    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.
    \"Ignorance is bliss....
    but only for your enemy\"
    -- souleman

  4. #4
    Senior Member
    Join Date
    Aug 2001
    Posts
    149
    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
    hip hop rules

  5. #5
    Senior Member
    Join Date
    Feb 2002
    Posts
    262
    so I'm guessing you need a complier... protools.cjb.net it might be there.
    aislinn, Aria, BTBAM, chevelle, codeseven, Cky, dredg, evergreen terrace, from autumn to ashes,hopesfall, hxc, luti-kriss, nirvana, norma jean, shai hulud, this hero dies, tool, underoath, zao,

  6. #6
    AntiOnline Senior Member souleman's Avatar
    Join Date
    Oct 2001
    Location
    Flint, MI
    Posts
    2,883
    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)
    \"Ignorance is bliss....
    but only for your enemy\"
    -- souleman

  7. #7
    Senior Member
    Join Date
    Aug 2001
    Posts
    149
    thanx
    hip hop rules

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •