Search the web
Sign In
New User? Sign Up
DesktopLinuxAsm
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1 - 30 of 354   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
New Site for Desktop Assembly http://members/bsn1.net/jko@.../asm/ The DesktopLinuxAssembly site is being created and presently has two projects, some...
jeff
rabidrecluse
Offline Send Email
Aug 13, 2004
1:48 am
2
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...
jeff
rabidrecluse
Offline Send Email
Aug 13, 2004
6:24 pm
3
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...
jeff
rabidrecluse
Offline Send Email
Aug 26, 2004
3:16 am
4
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: *...
jeff
rabidrecluse
Offline Send Email
Nov 22, 2004
12:57 am
5
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...
jeff
rabidrecluse
Offline Send Email
Nov 22, 2004
1:04 am
6
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...
jeff
rabidrecluse
Offline Send Email
Nov 23, 2004
5:02 pm
7
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...
jeff
rabidrecluse
Offline Send Email
Dec 21, 2004
3:37 pm
8
... 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@...
Send Email
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...
Frank Kotler
fbk69
Offline Send Email
Dec 23, 2004
5:02 pm
10
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,...
jeff
rabidrecluse
Offline Send Email
Dec 23, 2004
6:51 pm
11
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...
jeff
rabidrecluse
Offline Send Email
Dec 23, 2004
6:51 pm
12
... Well, the actual segfault happens at line 5539 - there's an invalid pointer in "fbuf_cursor_ptr". It's put there by line 3596, transferred from...
Frank Kotler
fbk69
Offline Send Email
Dec 25, 2004
6:17 pm
13
... 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...
jeff
rabidrecluse
Offline Send Email
Dec 30, 2004
5:05 pm
14
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...
Frank Kotler
fbk69
Offline Send Email
Jan 21, 2005
3:59 pm
15
The AsmEdit files have been updated on Sourceforge: http://sourceforge.net/projects/asmedit AsmEdit is an IDE for x86 assembler projects. The major features...
jeff
rabidrecluse
Offline Send Email
Feb 6, 2005
3:36 pm
16
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...
jeff
rabidrecluse
Offline Send Email
Mar 11, 2005
5:26 pm
17
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...
jeff
rabidrecluse
Offline Send Email
Mar 16, 2005
3:41 am
18
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...
jeff
rabidrecluse
Offline Send Email
Mar 22, 2005
2:25 am
19
It's Done... The AsmMgr program now has a project module with these features: * tracks projects and opens project directories * builds makefiles, sample...
jeff
rabidrecluse
Offline Send Email
Apr 1, 2005
12:29 am
20
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: *...
jeff
rabidrecluse
Offline Send Email
Apr 4, 2005
3:40 am
21
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...
jeff
rabidrecluse
Offline Send Email
Apr 7, 2005
5:23 pm
22
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"...
jeff
rabidrecluse
Offline Send Email
Apr 9, 2005
3:51 am
23
The following packages have been updated: AsmEdit - assembly editor AsmREf - reference for x86 linux assembly AsmLib - library of 270 functions AsmMgr - file...
jeff
rabidrecluse
Offline Send Email
Aug 13, 2005
2:27 am
24
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@...
Send Email
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"...
jeff
rabidrecluse
Offline Send Email
Aug 23, 2005
4:42 pm
26
... 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...
jeff
rabidrecluse
Offline Send Email
Aug 23, 2005
9:01 pm
27
... 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@...
Send Email
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...
Frank Kotler
fbk69
Offline Send Email
Aug 24, 2005
1:57 am
29
... 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...
jeff
rabidrecluse
Offline Send Email
Aug 24, 2005
2:12 am
30
... You are right it is line 547 in subs.inc db "\",0 ;65 \ after recompiling AsmPlan keys works but now I'll look for other bugs :] -- QUASAR...
QUASAR
quasar@...
Send Email
Aug 24, 2005
6:50 pm
Messages 1 - 30 of 354   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help