Fasm IDE

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
User avatar
bloodhound23
Member
Member
Posts: 115
Joined: Wed Jan 23, 2008 7:13 pm
Contact:

Fasm IDE

Post by bloodhound23 »

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.
User avatar
Zacariaz
Member
Member
Posts: 1069
Joined: Tue May 22, 2007 2:36 pm
Contact:

Post by Zacariaz »

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.
This was supposed to be a cool signature...
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

If the IDE was written in Assembler, it's probably using the Windows API.

How exactly would he "compile" it for Linux Zacariaz? :lol:
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
Zacariaz
Member
Member
Posts: 1069
Joined: Tue May 22, 2007 2:36 pm
Contact:

Post by Zacariaz »

when i wrote it i was not completely sober :oops: but asuming the code is portable, why not?
This was supposed to be a cool signature...
User avatar
lukem95
Member
Member
Posts: 536
Joined: Fri Aug 03, 2007 6:03 am
Location: Cambridge, UK

Post by lukem95 »

just because it is an IDE for fasm, doesn't mean its written in asm...

although i know of very few GUI's for windows that have been written using a portable library.
~ Lukem95 [ Cake ]
Release: 0.08b
Image
User avatar
zaleschiemilgabriel
Member
Member
Posts: 232
Joined: Mon Feb 04, 2008 3:58 am

Post by zaleschiemilgabriel »

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.
User avatar
bloodhound23
Member
Member
Posts: 115
Joined: Wed Jan 23, 2008 7:13 pm
Contact:

Post by bloodhound23 »

In case you haven't noticed assembly is a lot more complex than C much harder to port, just look at the fasmw code.
I thought I wasn't thinking, I thought wrong.
User avatar
zaleschiemilgabriel
Member
Member
Posts: 232
Joined: Mon Feb 04, 2008 3:58 am

Post by zaleschiemilgabriel »

FASMW happens to be my favorite IDE, and I HAVE looked at the code. It only looks scary because it's written in assembly. The fact is that anyone who knows how to write "Hello world" in colored text in a Linux window can create this interface.
Post Reply