Fasm IDE
- bloodhound23
- Member
- Posts: 115
- Joined: Wed Jan 23, 2008 7:13 pm
- Contact:
Fasm IDE
I really don't wan't to install wine as I hate windows. Is there a IDE for fasm that runs on linux?
I thought I wasn't thinking, I thought wrong.
i would be surprised if the sources were not avalible. I don't think it would be to much trouble to compile the IDE curently use under windows for linux, but maybe im terible wrong. Anywaym i wouldnt know how to do it.
when that is said i really dont understand the need for an IDE.
when that is said i really dont understand the need for an IDE.
This was supposed to be a cool signature...
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
- zaleschiemilgabriel
- Member
- Posts: 232
- Joined: Mon Feb 04, 2008 3:58 am
Actually, it IS written in ASM, FASM to be more precise. The Windows GUI for FASM is called FASMW and it is self-compilable and doesn't use any portable libraries. However, the interface is pretty simple and the number of Windows API is kept to a minimum. I think anyone who knows Linux programming AND Windows programming can easily port it, or the syntax highlighting can be added to an existing Linux editor like Emacs.
- bloodhound23
- Member
- Posts: 115
- Joined: Wed Jan 23, 2008 7:13 pm
- Contact:
- zaleschiemilgabriel
- Member
- Posts: 232
- Joined: Mon Feb 04, 2008 3:58 am