Thread: Assembly Programming...

  1. #31
    Registered User
    Join Date
    Nov 2004
    Location
    Pennsylvania
    Posts
    434
    So what do you use? Just notepad? Thanks
    "Anyone can aspire to greatness if they try hard enough."
    - Me

  2. #32
    Registered User divineleft's Avatar
    Join Date
    Jul 2006
    Posts
    158
    [g]Vim is good.

  3. #33
    Deathray Engineer MacGyver's Avatar
    Join Date
    Mar 2007
    Posts
    3,210
    Personally I like JEdit.

    http://www.cprogramming.com/texteditors.html

    Here's a list of text editors from that link: http://fmwww.bc.edu/repec/bocode/t/textEditors.html

  4. #34
    Registered User
    Join Date
    Nov 2004
    Location
    Pennsylvania
    Posts
    434
    Thanks! I'll take a look, but the IDE i'm using WinASM, yeah i got it to work

    Ha, but it wont work with certain programs. I'm writing a paper on computer viruses, so i made a very simple one, it just infects one file on the current directory its in, it has no destructive payloads or anything, i was actually interested in AL a bit, seeing how it reproduces and attaches itself to host files, the host files being simple .COM files i wrote that display a line like: "hello world" but for some reason the IDE wont spit out the .COM file, it assembles and links no problem but when i go into the directory the file aint there. But it works for when i make the host program ? I'm confused but workin on it. And i'll take a look at those text editiors,

    Thanks!
    "Anyone can aspire to greatness if they try hard enough."
    - Me

  5. #35
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Quote Originally Posted by Junior89 View Post
    Thanks! I'll take a look, but the IDE i'm using WinASM, yeah i got it to work

    Ha, but it wont work with certain programs. I'm writing a paper on computer viruses, so i made a very simple one, it just infects one file on the current directory its in, it has no destructive payloads or anything, i was actually interested in AL a bit, seeing how it reproduces and attaches itself to host files, the host files being simple .COM files i wrote that display a line like: "hello world" but for some reason the IDE wont spit out the .COM file, it assembles and links no problem but when i go into the directory the file aint there. But it works for when i make the host program ? I'm confused but workin on it. And i'll take a look at those text editiors,

    Thanks!
    If I remember correctly (head is very cloudy regarding this), the assemblers actually generated EXE files and then you had to run some other program which transformed them into COMs. I can't remember what the program was called, but it was fairly standard. Check the docs.

    And careful with your virus. One coding error and you can wipe out your machine. And don't let it anywhere near me :-)

  6. #36
    Registered User
    Join Date
    Nov 2004
    Location
    Pennsylvania
    Posts
    434
    Haha, i know, its a simple infector, i programmed it to only infect one other file (thats in the directory with it, host.com).

    See the host file compiled just fine as a COM, but this one wont =(

    Maybe the program itself is run when its first compiled? Then maybe it's infecting itself, i dunno.

    I don't get it, maybe i should just try another assembler? ha
    "Anyone can aspire to greatness if they try hard enough."
    - Me

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Learning Assembly
    By mrafcho001 in forum Tech Board
    Replies: 5
    Last Post: 03-12-2006, 05:00 PM
  2. C to assembly interface
    By Roaring_Tiger in forum C Programming
    Replies: 4
    Last Post: 02-04-2005, 03:51 PM
  3. assembly language...the best tool for game programming?
    By silk.odyssey in forum Game Programming
    Replies: 50
    Last Post: 06-22-2004, 01:11 PM
  4. True ASM vs. Fake ASM ????
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 04-02-2003, 04:28 AM
  5. C,C++,Perl,Java
    By brusli in forum C Programming
    Replies: 9
    Last Post: 12-31-2001, 03:35 AM