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...
... 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...
... 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...
... Did I say AsmEdit? Oh well, I should have said AsmFile. It looks a lot like AsmMgr. ... I think nano was created to be a open-source PICO. Now, there are...
Hi Jeff (and Hi Jeff!), Okay, I got a little "puzzle"... or if you know the answer, maybe just a "question". As you know, sys_access is intended to determine...
Frank Kotler
fbkotler@...
Feb 6, 2009 3:33 pm
290
... Hi Frank, I'm confused (a normal state<grin>). When I run sys_access the kernel always returns -2 or ENOENT (path not found) when a bad path is provided....
Hi All, Some of the comments by Jeff D. got me looking at AsmMgr and other AsmTools programs. I found several problems caused by the removal of AsmNano and...
... Hi Jeff, I was afraid you were going to say that! Apparently "just my system" (perhaps you're "missing" that... although that's not the word I'd use...)....
Frank Kotler
fbkotler@...
Feb 6, 2009 10:04 pm
293
... Assuming we are not missing something obvious, this looks like a kernel problem. I'm using kernel 2.6.18 for Debian. I wonder what the kernel thinks...
Hi All, The web page has been updated as follows: AsmTools 0.9.63 AsmLib 0.9.61 AsmRef 0.9.60 AsmMgr 0.9.50 I can't remember what was changed in AsmLIb or...
The web page now has another update to AsmMgr as follows: AsmMgr 0.9.51 allows the editor to be changed without having to reload the program. Previous...
Jeff-- I'm reading through your examples directory, and right now I'm curled up with crt_test. I follow the logic in the program, but since I'm brand new to...
... Yes, there isn't a good tutorual or document for asmlib. Having templates would be good, and the whole thing needs to be placed into perspective. How...
For simple "hello world" style proggies, I get by with vi. On the 'pro' side: it comes with every Linux distro. On the 'con' side: its editing commands are...
Bingo. This is especially useful for the crt library, since text video control under Linux is way more complicated and subtle than text video under DOS, which...
... Yes, UNIX terminal handling can be a nightmare. We may be able to hide some of the details by selecting a few AsmLib functions and work out from there....
Hi All, The web page http://linuxasmtools.net has been updated with version 0.9.17 of AsmFile. This update adds code to save settings if AsmFile is aborted by...
Hi all, I've started playing with a asmlib tutor. There are lots of ways to do it. It could be in html and put on web page. Another option is to include it...
... 2.4.33.3 here, but perhaps more to the point, Slackware. I tried this from a "live" CD (PCLinux), and no "oddity". ... Just started to. Which "resource"...
Hi all, Here are two links that may be of interest. http://articlesforprogrammers.blogspot.com/2009/02/tiny-guide-to-programming-in-32-bit-x86.html A Tiny...
Hi All, The web page now has a new entry in the download section called "asmlib_tutor". It still isn't done, but the material has gone through a couple...
Hi All, This is a list of problems to avoid. 1. Newer versions of ubuntu and gnome use gnome-terminal as default. Dump it and use konsole. Several programs...
Hi All, The web page has been updated as follows: 1. The AsmFile program now handles alt-d (debug). The version number is now 0.9.19 2. The AsmLib_tutor now...
... That must be a huge web page? I tried to load it and gave up after about 20 minutes. Maybe it works well if you have a high speed connection, forget it...
Announcement: The web page has been updated with version 0,9.4 of a AsmLib tutorial. All code and text is now present in the demo. After a few days I'll...
Hi All, I've been thinking about making assembler more accessable to newbies and decided most of AsmTools is oriented to more experienced programmers. If we...
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...
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...
Hi All, The web page now has a easy to use IDE for assembler. It includes a editor, debugger, compile assistant, library, and reference tool. It always...