Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
04-24-2007, 05:53 AM
|
#1
|
|
LQ Newbie
Registered: Apr 2007
Posts: 3
Rep:
|
Search for a good asm environment (+debugging)
Hello,
I'm searching for a good assembly environment, which includes a debugger that can show the stacks, the registers (including the flags) and the memory (by an address). Something like TASM will be wonderfull, But I don't mind to combine several programs either...
I tried to install ald, but the installation made me some troubles. Considering the fact that ald is pretty old, is it worth to fight with?
Does someone knows about another program? I would rather something more "graphical", like TASM, but a console-environment program like ald will be good too.
P.S.
Under Linux I can't compile a code that TASM succeeded to compile. Is it because of the difference between AT&T AND Intel syntax?
Thanks a lot!
|
|
|
|
04-24-2007, 06:09 AM
|
#2
|
|
Member
Registered: Apr 2004
Distribution: Debian -unstable
Posts: 700
Rep:
|
My recommends:
Code:
vim
the gnu assembler (as/gas)
ld
gdb
|
|
|
|
04-24-2007, 06:53 AM
|
#3
|
|
LQ Newbie
Registered: Apr 2007
Posts: 3
Original Poster
Rep:
|
I'll try it. Thanks! 
|
|
|
|
04-24-2007, 08:00 AM
|
#4
|
|
Member
Registered: Nov 2006
Posts: 344
Rep:
|
Quote:
|
Originally Posted by The-herod
Does someone knows about another program? I would rather something more "graphical", like TASM
|
When did TASM become graphical? That's pretty cool!
|
|
|
|
04-24-2007, 10:21 AM
|
#5
|
|
LQ Newbie
Registered: Apr 2007
Location: Moscow
Distribution: Debian
Posts: 13
Rep:
|
If you want a GUI debugger, you can use Kdbg or ddd.
Tasm uses intel syntax+some extensions developed by b0rland. There are some x86 assemblers in linux, which support intel syntax. Just search in your distribution repository.
By the way, are there any converters between AT&T and Intel syntaxes listings?
|
|
|
|
04-25-2007, 03:37 PM
|
#6
|
|
Senior Member
Registered: Dec 2005
Location: London, ON, Canada
Distribution: Arch, Ubuntu, Slackware, OpenBSD, FreeBSD
Posts: 1,853
Rep:
|
I'm sure there are, but if there aren't, it shouldn't be that hard to write one as a one- or two-line sed/awk script.
EDIT: I've gotten MicroLabs PIC processing IDE to work in Wine without any configuration.
Last edited by indienick; 04-25-2007 at 04:40 PM.
|
|
|
|
04-26-2007, 09:48 AM
|
#7
|
|
LQ Newbie
Registered: Apr 2007
Posts: 3
Original Poster
Rep:
|
Quote:
|
Originally Posted by tduglas
If you want a GUI debugger, you can use Kdbg or ddd.
Tasm uses intel syntax+some extensions developed by b0rland. There are some x86 assemblers in linux, which support intel syntax. Just search in your distribution repository.
By the way, are there any converters between AT&T and Intel syntaxes listings?
|
Thanks, I'll check Kdbg, I don't like ddd...
Do you mean something like Intel2GAS?
Last edited by The-herod; 04-26-2007 at 09:50 AM.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 06:15 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|