New Site for Desktop Assembly http://members/bsn1.net/jko@.../asm/ The DesktopLinuxAssembly site is being created and presently has two projects, some...
The AsmEdit program has been updated to fix bugs. A new version is now on SourceForge at: http://sourceforge.net/projects/asmedit AsmEdit is an editor which...
Hello, DesktopLinuxAsm It appears very few people are interested in Linux assembly for the desktop. There are less than 4 of us. No problem, I'm enjoying all...
Hello all, The next update to AsmEdit is completed and a small web page created for it. This version is a major upgrade with the following features: *...
Whoops, ignore the web address in previous announcement. Hopefully, this one will work better.. Hello all, The next update to AsmEdit is completed and a small...
AsmEdit responses, Actually, there were no responses from this list but others have looked at AsmEdit and responded with: 1. Interface is too confusing. 2. Too...
AsmEdit status report December 19, 2004 The library (AsmLib) has grown to about 140 functions. It now handles times, dates, plus many minor additions. The IDE...
... IMHO it would be good to keep the documentation in tune with the existing state of affairs. Once basic documentation is in place, keeping it with code may...
sandeep
sandeep@...
Dec 23, 2004 5:00 pm
9
... Hi Jeff, When I type "a", my screen turns blue, and it segfaults. With a parameter provided, it works, but this creates a terrible first impression! I...
On Wed, 22 Dec 2004 08:52:14 -0500 ... Thanks, I'll look for the bug... and you are right about AsmEdit not having a very good first impression. Hopefully,...
On Wed, 22 Dec 2004 15:30:00 +0530 ... Yes, I think you are correct about doing documentation as the code progresses. I've started using Robodoc to extract...
... This problem was interesting. I think it was caused by the Nasm collecting data for the .bss section. I had made a bad assumption. While looking for this...
Nasm 0.98.39 is available - but not on SourceForge quite yet... they're having some "transitional difficulties" at the moment. We'll get copies up there as...
The AsmEdit files have been updated on Sourceforge: http://sourceforge.net/projects/asmedit AsmEdit is an IDE for x86 assembler projects. The major features...
Hello all, An incremental release of AsmIDE programs may occur this week. The package was broken into smaller releases to solve some problems and make...
It is amazing how many bugs can hide in a program. My testing must have always typed commands in the same way and bugs did not appear. Anyway, The AsmIDE...
Another update to AsmIDE is on the web site at: http://members.save-net.com/jko%40save-net.com/asm/ Changes include: lots of bug fixes in AsmMgr new program to...
It's Done... The AsmMgr program now has a project module with these features: * tracks projects and opens project directories * builds makefiles, sample...
Assembler programs released this week: http://members.save-net.com/jko%40save-net.com/asm/ AsmMgr program now has a project module with these features: *...
Skip this if not interested in script menus. Scripts don't do menu's very well and the existing solutions (dialog program and others) are not easy to use. I'm...
Anyone interested in the menu program for scripts can find it on the web page along with some examples. The AsmIDE programs now use it instead of the "dialog"...
The following packages have been updated: AsmEdit - assembly editor AsmREf - reference for x86 linux assembly AsmLib - library of 270 functions AsmMgr - file...
Hi all! There is a problem with asmplan. When I run 'make install' then it works fine but when I compile my own version with nasm 0.98.37 or 0.98.39 then...
QUASAR
quasar@...
Aug 22, 2005 5:23 pm
25
... I've also encountered this problem and fixed it by recompiling the library and reinstalling it. Try going into the library directory and doing a "make"...
... Groan... ignore my previous email about recompiling the library. The AsmPlan program does not use the library. I now think the problem can be found in a...
... I've recompiled all by going to ~/asmide and typing make clean make make install but asmplan still doesn't work as expected. ... GPM is very common on all...
QUASAR
quasar@...
Aug 23, 2005 9:04 pm
28
... I thought it sounded like it might be that one again. I recently got bit by it myself in some code - and I *know* it's there. It *is* quite a useful...
... HI Frank, Don't bother looking at AsmPlan. I found a long list of problems while looking for the infamous "\" bug. It is amazing. I use AsmPlan every...