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 258 - 287 of 354   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
261
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...
Frank Kotler
fbk69
Offline Send Email
Nov 3, 2008
11:42 pm
262
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: ...
jeff
rabidrecluse
Offline Send Email
Nov 26, 2008
5:43 pm
263
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...
jeff
rabidrecluse
Offline Send Email
Dec 1, 2008
5:57 pm
264
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...
jeff
rabidrecluse
Offline Send Email
Dec 2, 2008
3:50 pm
265
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...
Nathan Baker
evenbitnb
Offline Send Email
Dec 4, 2008
3:23 pm
266
... 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...
jeff
rabidrecluse
Offline Send Email
Dec 5, 2008
2:18 pm
267
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...
jeff
rabidrecluse
Offline Send Email
Dec 9, 2008
3:13 am
268
Announce: XasmTools XasmTools http://linuxasmtools.net/x web site has completed its first testing milestone. All programs are still beta, but improving. Site...
jeff
rabidrecluse
Offline Send Email
Dec 13, 2008
5:53 pm
269
Announce: The http://LinuxAsmTools.net web site has completed its first testing milestone. All programs are still beta, but improving. Site Description: ...
jeff
rabidrecluse
Offline Send Email
Dec 13, 2008
5:54 pm
270
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...
jeff
rabidrecluse
Offline Send Email
Dec 15, 2008
5:33 pm
271
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...
jeff
rabidrecluse
Offline Send Email
Dec 20, 2008
3:39 pm
272
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...
Nathan Baker
evenbitnb
Offline Send Email
Dec 21, 2008
3:07 pm
273
... An "advantage" to the symbolic version is that, with a 64-bit version of "syscall.inc", "mov eax, sys_exit" will assemble the correct value for 64-bit...
Frank Kotler
fbk69
Offline Send Email
Dec 21, 2008
3:16 pm
274
Frank & Nathan, Thanks for the feedback. I've incorporated your comments into a new script that builds both include files. It works on my system, but I was...
jeff
rabidrecluse
Offline Send Email
Dec 21, 2008
4:33 pm
275
________________________________ From: jeff <linuxasm@...> To: DesktopLinuxAsm@yahoogroups.com Sent: Sunday, December 21, 2008 12:40:09 PM Subject: Re:...
Nathan Baker
evenbitnb
Offline Send Email
Dec 23, 2008
2:14 pm
276
... Groan, I guess some distro testing is needed. I'll put it on the list. ... Not yet, I still think the 64bit world is a few years away. After some testing...
jeff
rabidrecluse
Offline Send Email
Dec 23, 2008
6:16 pm
277
Hi all, AsmLib has been updated on the web page. It now has kernel interface that is built from kernel include file (instd.h). The rest of AsmTools still have...
jeff
rabidrecluse
Offline Send Email
Dec 23, 2008
11:50 pm
278
Hi all, The syscall changes also impacted AsmRef and AsmPub. Everything is now updated on the web page. all the best, jeff http://linuxasmtools.net We are now...
jeff
rabidrecluse
Offline Send Email
Dec 24, 2008
12:14 pm
279
Hi all, This is a blog about terminals and the future of Linux. A few weeks ago the key_echo utility began to report data found in the Terminfo file. The goal...
jeff
rabidrecluse
Offline Send Email
Dec 26, 2008
7:54 pm
280
Hi All, If you enjoy digging into the internal operation of programs, then.. xlibtrace may be of interest. It was just announced on fresthmeat and is easy to...
jeff
rabidrecluse
Offline Send Email
Jan 21, 2009
9:57 pm
281
Hi All, I've been playing with signals on Linux and ended up with a lot of questions. To answer these questions I wrote a test program (attached at end). The...
jeff
rabidrecluse
Offline Send Email
Jan 28, 2009
4:12 pm
282
Yo all, This is more comments on the signal test program uploaded yesterday. The user controls and output messages for "sig" could be easily improved. We...
jeff
rabidrecluse
Offline Send Email
Jan 29, 2009
3:34 pm
283
... No "point and click"? :) ... What *I* need is a "quickstart for dummies". :) I haven't yet figured out what answers to give, in order to learn anything....
Frank Kotler
fbk69
Offline Send Email
Jan 30, 2009
3:19 pm
284
... Right!, the signal program needs better documentation. I am too involved in the details and can't see how it appears to anyone else, but here is a rough...
jeff
rabidrecluse
Offline Send Email
Jan 30, 2009
4:29 pm
285
I'm not an assembler newbie, but I just discovered AsmTools and installed it earlier this afternoon under Ubuntu Intrepid. I'm going through the utilities and...
jeff_duntemann
Offline Send Email
Feb 4, 2009
3:36 pm
286
... Hi Jeff, You have discovered a bug. The AsmNano editor was dumped a few months ago and my update to AsmMgr was never tested. There are lots of solutions...
jeff
rabidrecluse
Offline Send Email
Feb 4, 2009
4:30 pm
287
... Yup. That's me. I'm revising my assembly book to be all-Linux (it was originally written as a DOS book in 1988) and have been looking for an IDE mechanism...
jeff_duntemann
Offline Send Email
Feb 5, 2009
2:57 pm
Messages 258 - 287 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