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...
... 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...
... 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...
... 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...
... 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...
... Yep. The two "improvements" to Nasm that are causing you problems really *are* improvements... or will be, once the unintended consequences get ironed...
... 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...
... 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...
... 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...
... 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...
announce - assembler program release The program FileSet has been released. FileSet is a interactive program to set file attributes, owners, and create hard...
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)...
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,...
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,...
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...
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...
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...
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 ...
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 ...
... 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...
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...
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 ...
Annouce: The web page now has information on "terminfo" files as follows: AsmLib - 7 new function to access terminfo AsmRef - new section describing terminfo...
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...
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...
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...
... 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...