Click to See Complete Forum and Search --> : IDE and library converters


lucky6969b
August 13th, 2011, 03:50 PM
2 Questions for you gurus.
1) Are there any freebie assembler IDE which includes a debugger with call stack?
2)How can I convert a DOS 16-bit library to a win32/64 console static linked library?

Eri523
August 13th, 2011, 07:40 PM
1) Are there any freebie assembler IDE which includes a debugger with call stack?

I don't know of any. Note that assembly language people often are die-hards and actually may even dislike "fluffy" things like that... :cool: But maybe others have already come across such a package.

2)How can I convert a DOS 16-bit library to a win32/64 console static linked library?

Port, IOW rewrite, it? :p