Results 1 to 7 of 7

Thread: Assembler IDE

  1. #1

    Assembler IDE

    Does anybody here know a good IDE for assembler?

    I’m using Borland’s compiler (TASM) using there make.exe helper but im sick and tired writing code in notepad (like) and having to pass a whole ceremony in order to run/debug my app..
    I found a bunch of IDEs but non of them worked for my needs.. (which aren’t much )
    [size=9px]BEGIN GEEK CODE BLOCK
    <br />d s-- : a24 GB GCS GTW GE C++ P L+ W++ N+ K- w++++ M- PS+ PE+ Y- t+ 5+++ X+ R*
    <br />tv b+ DI++ D+ e++ h+ G-
    <br />END GEEK CODE BLOCK[/size]
    <br />Create your own GeekCode block at: <a href="">...</a>

  2. #2

    Assembler IDE

    Why don't you simply use the BASM of FPC/Delphi?

  3. #3

    Assembler IDE

    I thought there was a Visual Assembler IDE somewhere....

    Or maybe that was an Aprils fool joke.
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

  4. #4

    Assembler IDE

    Time to start a new project and drop a TSynEdit onto the form?
    This is my game project - Top Down City:
    http://www.pascalgamedevelopment.com...y-Topic-Reboot

    My OpenAL audio wrapper with Intelligent Source Manager to use unlimited:
    http://www.pascalgamedevelopment.com...source+manager

  5. #5

    Assembler IDE

    Well, my favorite editors for assembly work are:
    Notepad++ (notepad-plus.sourceforge.net/)
    Scite (www.scintilla.org/SciTE.html)

    Scite is more of a favorite as you can write scripts in Lua and have them tied to key presses or menu items. Thus you can write your own compile, run and debug methods if you so choose.

    I'm my searches over time I've also found the following but have never tried any of them so I can't comment:
    WinAsm (http://www.winasm.net/)
    TASMIDE (http://creamelana.tripod.com/Tasm/TasmIDE.htm)
    RadASM (http://www.radasm.com/)
    Easy Coder(http://www.easycoder.org/English/index.htm That one is completely different then the others)

    Thats off the top of my head, if I do some digging though my links I'm sure I have more.

  6. #6

    Assembler IDE

    Yes, why not to use BASM if I may ask?

  7. #7

    Assembler IDE

    Thanks jdarling I’m actually using Notpad++ for the past year, but the rest of the links were very helpful. I’m testing them now I'll let you guys know which is the most useful.

    wodzu & dmantione thanks for the suggestion but sadly the compiler is a given, I can't change it..

    Delfi I was actually considering that before jdarling's post

    Thanks guys for the help.
    [size=9px]BEGIN GEEK CODE BLOCK
    <br />d s-- : a24 GB GCS GTW GE C++ P L+ W++ N+ K- w++++ M- PS+ PE+ Y- t+ 5+++ X+ R*
    <br />tv b+ DI++ D+ e++ h+ G-
    <br />END GEEK CODE BLOCK[/size]
    <br />Create your own GeekCode block at: <a href="">...</a>

Bookmarks

Posting Permissions

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