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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 231 - 260 of 354   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
231
Hi all, The latest version of nasm (2.04) will not compile asmtools. I can fix the problems, but it will take awhile. The problems with nasm that I"ve found...
jeff
rabidrecluse
Offline Send Email
Sep 27, 2008
5:45 pm
232
... Sh*t! I was supposed to help by testing that, too. My apologies all around! Quick fix: export NASMENV=-Ox ... Yes. This appears to be broken. I haven't...
Frank Kotler
fbk69
Offline Send Email
Sep 28, 2008
2:48 pm
233
... The problem with 2 is interesting... FFDF is only 2 bytes, however the extra 0 might be the cause of that problem. As for problem 1, that's always a pain...
Shane U. Undisclosed
kohlrak
Online Now Send Email
Sep 28, 2008
2:49 pm
234
... I've run into problems with byte values also. I haven't checked, but "and al,0dfh" might be a problem? We might be able to fix this and also save two...
jeff
rabidrecluse
Offline Send Email
Sep 28, 2008
3:39 pm
235
... Well.. You won't find any bugs in my programs! <grin> Just kidding, I don't think any large program is free of bugs. It takes years to get the bugs out...
jeff
rabidrecluse
Offline Send Email
Sep 28, 2008
3:39 pm
236
... Yep. The two "improvements" to Nasm that are causing you problems really *are* improvements... or will be, once the unintended consequences get ironed...
Frank Kotler
fbk69
Offline Send Email
Sep 29, 2008
3:08 pm
237
... Yea, "0dfh" might be a problem. Instead try "dfh." If the problem is the value, it's probably the O. Even though the 0 shouldn't have an effect, some "bug...
Shane U. Undisclosed
kohlrak
Online Now Send Email
Sep 29, 2008
3:10 pm
238
... Removing the "0" creates a label "dfh". I think nasm needs the "0" to tell it a value follows. I have modified the source and fixed the problem, so it...
jeff
rabidrecluse
Offline Send Email
Sep 29, 2008
3:59 pm
239
... I don't think it should be happening, though. Nasm is "trying harder"... "and ax, 0FFDFh" *can* be coded as a signed byte, so Nasm is "trying" to. I don't...
Frank Kotler
fbk69
Offline Send Email
Sep 30, 2008
3:09 pm
240
Shane U. Undisclosed wrote: ... We saved a copy just for you, Shane! <http://sourceforge.net/project/showfiles.php?group_id=6208> Or, "sooner": ...
Frank Kotler
fbk69
Offline Send Email
Sep 30, 2008
3:10 pm
241
... This is true. However, i was thinking of writing a fasm tutorial on object orientation in assembly using structures to prove a point that object...
Shane U. Undisclosed
kohlrak
Online Now Send Email
Sep 30, 2008
11:02 pm
242
announce - assembler program release The program FileSet has been released. FileSet is a interactive program to set file attributes, owners, and create hard...
jeff
rabidrecluse
Offline Send Email
Sep 30, 2008
11:36 pm
243
Frank Kotler wrote: ... I believe we've got the "short jump out of range" problem fixed with the 2.04-20081001 snapshot: ...
Frank Kotler
fbk69
Offline Send Email
Oct 1, 2008
3:56 pm
244
Here are two options that might be more persuasive: 1) Building classes using HLA: http://webster.cs.ucr.edu/AoA/Windows/HTML/ClassesAndObjects.html#998258 2)...
Nathan Baker
evenbitnb
Offline Send Email
Oct 1, 2008
3:58 pm
245
Hi all, I've dumped a snapshot to the web site. The following programs were updated with bug fixes: domac asmview asmtrace asmbug asmlib copy all the best,...
jeff
rabidrecluse
Offline Send Email
Oct 2, 2008
3:29 pm
246
Hi all, This is a discussion of file managers. The file manager might be the most used program on my computer. An editor would be its only competition. Next,...
jeff
rabidrecluse
Offline Send Email
Oct 2, 2008
3:29 pm
247
Nasm 2.05rc1 is available at SourceForge. <http://sourceforge.net/project/showfiles.php?group_id=6208> Alternate (new!!!) address: http://www.nasm.us/ I failed...
Frank Kotler
fbk69
Offline Send Email
Oct 3, 2008
5:12 pm
248
Hi All, This is a promotion of AsmFile. To view a file using the AsmFile program, it is necessary to highlight the file and press F3. Alternatively, it can be...
jeff
rabidrecluse
Offline Send Email
Oct 3, 2008
5:13 pm
249
Not quite it. That is using "class." i'm restricted to "struc" when using fasm. There are some things that i think i can hack together to make this work, but...
Shane U. Undisclosed
kohlrak
Online Now Send Email
Oct 3, 2008
5:22 pm
250
Hi All, This is more promotion of AsmFile. The goal of this email is to show the power of the F9 key. F9 is for decompression and it works like the f3 ...
jeff
rabidrecluse
Offline Send Email
Oct 4, 2008
4:02 pm
251
Hi Jeff (and all), As you may have seen from posts on c.l.a.x and/or a.l.a... a guy was having trouble with the "recv" socketcall. Turns out he was using 11 ...
Frank Kotler
fbk69
Offline Send Email
Oct 9, 2008
4:10 pm
252
... Right! I'll update the web page today. I hope this didn't cause any problems. Bad information can be very frustrating. ... AsmTools compiles OK with the...
jeff
rabidrecluse
Offline Send Email
Oct 9, 2008
6:05 pm
253
Hi All, The web page has a new version of AsmFile (file manager) This is a complete rewrite. The third or forth rewrite?? I'm losing track. So far this one...
jeff
rabidrecluse
Offline Send Email
Oct 20, 2008
12:43 am
254
Hi All, Version 6 of AsmFile is now on web page. I'm still finding bugs and expect to find a few more. SourceForge now has the latest nasm release .05 and it ...
jeff
rabidrecluse
Offline Send Email
Oct 25, 2008
4:15 pm
255
Annouce: The web page now has information on "terminfo" files as follows: AsmLib - 7 new function to access terminfo AsmRef - new section describing terminfo...
jeff
rabidrecluse
Offline Send Email
Oct 27, 2008
2:47 pm
256
Hi all, The terminfo library functions are looking good, but they are finding problems in other areas. AsmLib and key_echo have both been updated. A ugly...
jeff
rabidrecluse
Offline Send Email
Oct 28, 2008
12:42 am
257
The AsmRef discussion of terminals was enhanced with new material. Here is a copy: Intro to Linux terminals ... Linux has two terminal types; the console and...
jeff
rabidrecluse
Offline Send Email
Oct 29, 2008
5:15 pm
258
Hi all, I'm deep into creating a new minibug (debugger for the console), and having a difficult time with the latest nasm quirk. Anyone else having this...
jeff
rabidrecluse
Offline Send Email
Nov 3, 2008
1:16 am
259
... 2.05.01? (keeps changin'...) I'm not seeing this... or maybe I am... [from 0.9.58] ../ElfDecode/elfdecode.inc:31: warning: redefining multi-line macro...
Frank Kotler
fbk69
Offline Send Email
Nov 3, 2008
2:49 pm
260
... I downloaded the latest last night just to be sure the problem is there. ... That might be it? I'm seeing the errors reported multiple times. In one case...
jeff
rabidrecluse
Offline Send Email
Nov 3, 2008
3:26 pm
Messages 231 - 260 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