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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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
  Newest  |  < Newer  |  Older >  |  Oldest
Topics   (List as Individual Messages) Messages Latest Post

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...
1 Jul 24, 2009
3:37 pm

linuxasm@...
rabidrecluse
Offline Send Email

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...
1 Jul 23, 2009
3:32 pm

linuxasm@...
rabidrecluse
Offline Send Email

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" ...
1 Jul 14, 2009
1:23 am

linuxasm@...
rabidrecluse
Offline Send Email

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...
1 Jul 9, 2009
2:32 pm

linuxasm@...
rabidrecluse
Offline Send Email

Hi all, The following short program demonstrates direct kernel calls (avoiding int 80h). For assembler programmers this appears trivial, but it appears to...
1 Jun 28, 2009
12:38 am

linuxasm@...
rabidrecluse
Offline Send Email

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...
1 Jun 20, 2009
4:08 pm

linuxasm@...
rabidrecluse
Offline Send Email

asmedit, asmplan, asmproject, asmview and asmide leaves the console screen blue after its use. the problem corrects itself when a command with color is...
2 Jun 20, 2009
12:14 am

linuxasm@...
rabidrecluse
Offline Send Email

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 ...
3 Jun 13, 2009
10:28 pm

linuxasm@...
rabidrecluse
Offline Send Email

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...
1 May 11, 2009
5:33 pm

linuxasm@...
rabidrecluse
Offline Send Email

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...
1 May 6, 2009
8:10 pm

linuxasm@...
rabidrecluse
Offline Send Email

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....
3 May 4, 2009
8:27 pm

linuxasm@...
rabidrecluse
Offline Send Email

Annouce: The web page now has information on "terminfo" files as follows: AsmLib - 7 new function to access terminfo AsmRef - new section describing terminfo...
2 Apr 25, 2009
7:21 pm

linuxasm@...
rabidrecluse
Offline Send Email

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 ...
1 Apr 20, 2009
4:26 pm

jeff
rabidrecluse
Offline Send Email

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...
1 Apr 19, 2009
9:28 pm

jeff
rabidrecluse
Offline Send Email

Assembler programs released this week: http://members.save-net.com/jko%40save-net.com/asm/ AsmMgr program now has a project module with these features: *...
6 Apr 18, 2009
2:59 pm

jeff
rabidrecluse
Offline Send Email

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...
3 Apr 15, 2009
11:04 pm

kohlrak
Online Now Send Email

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...
4 Apr 13, 2009
2:48 pm

Frank Kotler
fbkotler@...
Send Email

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...
1 Apr 12, 2009
12:03 am

jeff
rabidrecluse
Offline Send Email

Hi All, This is a rambling discussion Linux display handling. The library (asmlib) has lots of functions for handling the display and it has become a little...
1 Apr 8, 2009
5:27 pm

jeff
rabidrecluse
Offline Send Email

Hi All, A new howto is now in "tips" section of web page. It finds the bios and prints the computer manufacturer and bios maker. Here is the text part. ... ...
1 Apr 7, 2009
8:52 pm

jeff
rabidrecluse
Offline Send Email

Hi All, The web page now has a mini howto for reading cmos. It is in the tips section. http://linuxasmtools.net ... Reading CMOS memory with assembler...
1 Apr 6, 2009
11:30 pm

jeff
rabidrecluse
Offline Send Email

Announce: AsmFile has been updated, the gnome-terminal and already running warning were removed. These warnings were a irritation. I've found another solution...
1 Mar 21, 2009
3:10 pm

jeff
rabidrecluse
Offline Send Email

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...
5 Mar 21, 2009
3:06 pm

jeff
rabidrecluse
Offline Send Email

Announce: Xhelper now includes a companion program "mouse_watch". This is a small program echo's data to a terminal. It is useful when automating X programs...
1 Mar 21, 2009
3:03 pm

jeff
rabidrecluse
Offline Send Email

The web page has been updated with a new example for the string_form library function. It calculates fitness level from data entered on a form. See update...
6 Mar 9, 2009
3:38 pm

jeff
rabidrecluse
Offline Send Email

Hi All, Freshmeat recently had a program "injcode-0.11.tar.gz". It injects code into a running program. The example code provided was in assembler (gas). The...
1 Mar 8, 2009
5:46 pm

jeff
rabidrecluse
Offline Send Email

I only looked at two of them (Shortest sort and ASCII conversion), but they both have syntax errors (didn't look for all of them), but for ASCII conversion,...
17 Mar 5, 2009
6:22 pm

jeff
rabidrecluse
Offline Send Email

Hi all, This is a report about creating a simple IDE. The project turned out to be easy and is now about 50% done. It would have been done, but a flu came...
1 Mar 1, 2009
3:56 pm

jeff
rabidrecluse
Offline Send Email

Hi All, Hopefully these links are free of typo's Discussion of using asm in script http://trickplace.blogspot.com/2009/02/advanced-shellcoding-techniques.html...
1 Feb 24, 2009
3:10 pm

jeff
rabidrecluse
Offline Send Email

What would make AsmIDE useful to others? I'm thinking about the next project and wondering if it should run on the console? It may be possible to create a...
56 Feb 19, 2009
5:16 pm

jeff
rabidrecluse
Offline Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help