Fasm add-in ideer

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
kmtdk
Member
Member
Posts: 263
Joined: Sat May 17, 2008 4:05 am
Location: Cyperspace, Denmark
Contact:

Fasm add-in ideer

Post by kmtdk »

Hi
i got this ideer, when i "hoped" it already was implanted inside winasm, but it apperes not, ( intellisense, but i hoped it worked for you own functions, and not only the api :cry: )
So, first: if anyone knows if somebody have madede sutch type of add on to fasm, i would like to hear.
secound: if no one have, i think i would start on it ( cause it could be a very nice "feature" :P )

KMT dk
well, what to say, to much to do in too little space.
when it goes up hill, increase work, when it goes straight, test yourself but when going down, slow down.
bontanu
Member
Member
Posts: 134
Joined: Thu Aug 18, 2005 11:00 pm
Location: Sol. Earth. Europe. Romania. Bucuresti
Contact:

Re: Fasm add-in ideer

Post by bontanu »

RadAsm IDE has this feature, ie. intellisense for your functions, equates, structures and macros defined in your source without compilation just by parsing the source files... It works for MASM, TASM, SolASM, FASM, C/C++, HTML, BASIC...you name it.

... and I really doubt that an IDE like winasm does not have it...
Ambition is a lame excuse for the ones not brave enough to be lazy; Solar_OS http://www.oby.ro/os/
User avatar
kmtdk
Member
Member
Posts: 263
Joined: Sat May 17, 2008 4:05 am
Location: Cyperspace, Denmark
Contact:

Re: Fasm add-in ideer

Post by kmtdk »

The problem is very simple: i dont want to program for win 32 api .. ( i want to code for my os)
and secound : i cant configuate rad nor winasm to read my own functions, only api ( so if you could tell me how ... )

KMT dk
well, what to say, to much to do in too little space.
when it goes up hill, increase work, when it goes straight, test yourself but when going down, slow down.
Post Reply