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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 325 - 354 of 354   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
325
Hi All, The web page has another mini howto for getting CPU information. Also, I've updated AsmFile, AsmBug, and possibly others. If anyone is intersted in a...
jeff
rabidrecluse
Offline Send Email
Apr 8, 2009
5:27 pm
326
... You are a *dynamo*, Jeff!!! I can't come close to keeping up with you. I did just d/l the latest asmtools, and started in the AsmLib_tutor directory....
Frank Kotler
fbkotler@...
Send Email
Apr 9, 2009
3:20 pm
327
... Great, a bug to work on!! I needed a break from administration stuff. The problem was a buffer overflow. Old memory conservation habits die hard. I...
jeff
rabidrecluse
Offline Send Email
Apr 10, 2009
8:13 pm
328
Hi All, The web page now has downloads in "deb" and "rpm" formats. I still need to verify each download by installing here. That might take awhile, it was a...
jeff
rabidrecluse
Offline Send Email
Apr 12, 2009
12:03 am
329
I'm always told how SSE2 routines always beat the FPU's hard coded routines, however i've never actually seen this quantified. Yes, SIMD is good in theory, but...
Shane U. Undisclosed
kohlrak
Online Now Send Email
Apr 12, 2009
1:29 pm
330
jeff wrote: ... Now that you mention it, my monitor just died and the colors are "weird" right now on the one I replaced it with. Problem is probably on my...
Frank Kotler
fbkotler@...
Send Email
Apr 13, 2009
2:48 pm
331
There are several ways to accomplish this. You can use the 'clock' system call and read the 'process CPU time' from the structure. You can use the 'getrusage'...
Nathan Baker
evenbitnb
Offline Send Email
Apr 14, 2009
11:17 pm
332
Ah, thank you... I'll get on it as soon as i can (some thing just came up and more of my time will be taken by them)......
kohlrak
Online Now Send Email
Apr 15, 2009
11:04 pm
333
Hi All AsmIDE was updated again. I found some error messages were flashed up on the screen and the used did not have time to read them. It appeared as if the...
jeff
rabidrecluse
Offline Send Email
Apr 16, 2009
2:29 pm
334
That's why, when i have speedy output, I like to take advantage of >>....
kohlrak
Online Now Send Email
Apr 17, 2009
1:40 am
335
... Right!, that would have worked. A better choice may be &> for programs that send errors to STDERR. I don't think we can do a append log. I've tried &>>...
jeff
rabidrecluse
Offline Send Email
Apr 18, 2009
2:59 pm
336
Here is a first draft of a new howto. The library mentioned in the howto is complete and tested, I'm now working on the tutorial. None of this is on the web...
jeff
rabidrecluse
Offline Send Email
Apr 19, 2009
9:28 pm
337
Announce The web page now has AsmLiba (fast cached display library) ant the "HOWTO do fast text displays' The AsmLiba_tutor is not available yet, but a stub ...
jeff
rabidrecluse
Offline Send Email
Apr 20, 2009
4:26 pm
338
LinuxasmTools updates ... For curiosity I installed the new 3D nvidia drivers and all the AsmTool X programs died. Trying to find the problems, turned up...
linuxasm@...
rabidrecluse
Offline Send Email
Apr 25, 2009
7:21 pm
339
Hi All, this is a status report I've been chasing bug, working on the AsmLiba tutor, and researching signal usage. Everything was going quiet until yesterday....
linuxasm@...
rabidrecluse
Offline Send Email
May 3, 2009
2:03 pm
340
I remember reading about signals when reading up on sockets... It isn't quite something that looks appealing to me, so i'm not surprised that not many know...
kohlrak
Online Now Send Email
May 4, 2009
2:28 pm
341
... Right! This may be an area we can exploit with assembler. The kernel folks say signals were not intended for program sequencing. They prefer we use...
linuxasm@...
rabidrecluse
Offline Send Email
May 4, 2009
8:27 pm
342
Yo! The web page has the latest asmliba (event library). It includes a template for creating programs with lots of comments. The template actually runs so it...
linuxasm@...
rabidrecluse
Offline Send Email
May 6, 2009
8:10 pm
343
Hi, This is a discussion of windows in Linux terminals. I've been testing the fast cached dislay and a problem surfaced. Many debuggers don't show the app...
linuxasm@...
rabidrecluse
Offline Send Email
May 11, 2009
5:33 pm
344
Hi All, this is a review of current projects The terminal project is being tested. The goal of this project was to create a terminal widget that programmers ...
linuxasm@...
rabidrecluse
Offline Send Email
Jun 12, 2009
2:19 pm
345
What about sys_fork?...
kohlrak
Online Now Send Email
Jun 13, 2009
9:58 pm
346
... Yeah! most assembler programmers use sys_fork, but all I've found in the thread libraries is sys_clone. I don't think sys_fork fits anywhere in the thread...
linuxasm@...
rabidrecluse
Offline Send Email
Jun 13, 2009
10:28 pm
347
asmedit, asmplan, asmproject, asmview and asmide leaves the console screen blue after its use. the problem corrects itself when a command with color is...
rxantos
Online Now
Jun 19, 2009
2:15 pm
348
... Yes, terminal colors can be a problem and there are lots of options: Some people set the color in their prompt string and put it in the .bashrc file....
linuxasm@...
rabidrecluse
Offline Send Email
Jun 20, 2009
12:14 am
349
Hi all, I've given up on the "pthreads" model used by "C" programs. There are simple methods to do threads that are a little slower. One way to do it on...
linuxasm@...
rabidrecluse
Offline Send Email
Jun 20, 2009
4:08 pm
350
Hi all, The following short program demonstrates direct kernel calls (avoiding int 80h). For assembler programmers this appears trivial, but it appears to...
linuxasm@...
rabidrecluse
Offline Send Email
Jun 28, 2009
12:38 am
351
Hi all, The new version of nasm fails with asmtools compiles. I have not tried to fix the problems yet, but here is what I've seen so far: 1. all the...
linuxasm@...
rabidrecluse
Offline Send Email
Jul 9, 2009
2:32 pm
352
Hi all, This is a ramble about various assembler activities. My goal of developing a high speed event model for assembler programs failed. One Linux "man" ...
linuxasm@...
rabidrecluse
Offline Send Email
Jul 14, 2009
1:23 am
353
Hi all, The web page has been updated... see http://linuxasmtools.net For awhile the web page had a fast library called AsmLiba, but this was eliminated and...
linuxasm@...
rabidrecluse
Offline Send Email
Jul 23, 2009
3:32 pm
354
AsmLib has a lot of updates and this is a discussion of the window functions. Two new library directories were added: dcache and vt. Each directory handles a...
linuxasm@...
rabidrecluse
Offline Send Email
Jul 24, 2009
3:37 pm
Messages 325 - 354 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