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...
jeff wrote: ... Oh, my! After a little experimentation, I can get multiple error messages from a much simpler file: jmp bar foo: Assembling with just "nasm...
Hi all, There have been lots of changes, I need to do some announcements soon, but will do a little more testing first. Most of the work has been as follows: ...
hi all, LinuxAsmTools was tested in the console and with Ubuntu. A few problems were found with: AsmFile AsmBug MiniBug Mostly it was window resizing...
Terminal Review (12/2/2008) Most development work occurs in a terminal, and Llnux has a large number of terminals. This is a review of a few. All tests were...
Hmm... 'aterm' and 'xterm' are the ones I typically notice in the distros I've tried. With your asmmgr (and associated programs), I believe I've had the best...
... I do most of my development work in a Debian terminal because this allows "X" window tools. Things like AsmBug and the insight debugger. But I may move...
Hi all, This is a followup on using x terminals.. After a few days of testing, I've found more problems with various terminals. What a mess. The newer...
Announce: XasmTools XasmTools http://linuxasmtools.net/x web site has completed its first testing milestone. All programs are still beta, but improving. Site...
Announce: The http://LinuxAsmTools.net web site has completed its first testing milestone. All programs are still beta, but improving. Site Description: ...
Hi, Is this a blog? I seem to do 95% of the posting. Maybe it could be called LAB (LInux Assembler Blog) or something like that. Anyway, I'm now planning to...
Hi All, Someone on the asm newsgroup expressed the opinion that hard coding kernel call numbers is a bad idea. I can see reasons to hard code these numbers...
Hi Jeff, Thanks for the script. I modded it for 64-bit: #!/bin/bash cat /usr/include/asm/unistd_64.h | sed -n s/'#define __NR_'/'%define sys_'/gp > ww cat...