Announcement: I started on web page update and found a need to insert standard sectons for: navigation, footers, headers. There are lots of tools to do this...
Hi all, The domac text processor has been updated again to fix some bugs. The current version is now 0.9.01 here are some sample programs from the manual ... ...
Status report The web page revision is progressing and will involve a name change. The new name will be LinuxAsmTools. This describes the content better. I'm...
Just thought I'd let you know; I've just been playing with the latest AsmIde package and am very impressed - so much so that I intend to carry on using it (...
... Hi Deej, Thanks for the feedback. If you write any programs and to share, send them along. I'll put them on the web page with all due credit. On another...
Hi All, Yet another status report... I spend a few days researching web page design and eventually accepted the following rules: 1. avoid scroll bars when...
Hi All, A alpha version of web page is now at: http://www.linuxasmtools.net/ It that doesn't work try: http://www.linuxasmtools.net/index.html It has lots of...
Hello friends, SafeSquid, Linux based Content Filtering Internet Proxy, Version 4.2.2.RC8.2 has been released. Highlights: A memory leak in request forwarding...
Announcement The web site is now complete. The latest changes include: 1. AsmRef now has code for kernel functions, and a discussion of external libraries...
The web site: http://linuxasmtools.net now has a new program called: tracex Tracex will trace xserver socket communications. Also, a few other programs have...
How do we take over the keyboard and mouse of another program? I've been studying x automation programs and found that almost all of them use the "xtest"...
Olá, A CPM Braxis, em parceria com a Companhia de Talentos, está selecionando candidatos para o seu Programa de Estágio 2008. A maior empresa brasileira de...
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,...
... Hi Shane, The nasm assembler accepts "push byte 10". It pushes a dword value of 10 on the stack, but the instruction encodes the data in a byte value....
Odd... It does the same for me when i use the regular pushd... Oh well, if it works it works. As for the second program, it sould be stosq (stosd = stos Dword,...
Here is a short piece on Linux programming. Comments welcome. Last I checked this material was not well covered in the LinuxAssembly web site FAQ. I get the...
Thanks. Right now i'm working on some macro in fasm to make raw binaries in elf formats of both SO and executable. That way, we can use a dynamic linker...
... Hi Shane, If you're not familiar with it, you might want to take a look at this document: http://www.mpeforth.com/arena/cwgtLinux.txt Best, Frank...
... Thanks. I am getting alot of headway done, just need to sort out what's actually needed and what isn't actually needed and making it work and tweaking a...
... It sounds like you are deep into ELF. You probably already know all this... but just incase, here are some things I've run into. The linker adds startup...
... I'm not really deep in it (simply because it's actually pretty simple once you get some stuff done), but my libraries are for minimal overhead. I might...
... What libraries are you are using? Here are some examples using asmlib and asmlibx with fasm. The resulting executable will have standard ELF headers...
Actually, i'm only using libraries of constants for my project. I hate overhead in my projects. I believe the OS is more than enough over head, so i try to...
The web page has been updated as follows: xhelper - a desktop scripting tool has been added. Xhelper can minipulate windows and run programs. It is a batch ...
... A minimialist? I guess assembler is the right place to be. I often write programs by including all the individual source files from a library. This...