linux-assembly.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* AsmIDE update
@ 2005-04-04  2:37 jeff
  0 siblings, 0 replies; 7+ messages in thread
From: jeff @ 2005-04-04  2:37 UTC (permalink / raw)
  To: linux-assembly


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:
 * tracks projects and opens project directories
 * builds makefiles, sample programs, and debug scripts.
 * handles most assemblers and tools.
 * displays installed tools (debuggers, assemblers, etc.)

AsmPub is a program to extract comments for source
file and build documents.

CrtTest is a simple program to test console and xterm
features.  This program is included in the AsmFunc
package of programs.

Most of the other AsmIDE programs have been updated
with bug fixes or documentation improvements as noted
below:
  AsmRef - updated documents
  AsmEdit - minor bug fixes
  AsmLib - Bug fixes, new functions
  Asmfunc - minor improvements, structure change
  AsmPlan - unchanged.

  http://members.save-net.com/jko%40save-net.com/asm/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* AsmIDE update
@ 2005-08-13  2:21 jeff
  0 siblings, 0 replies; 7+ messages in thread
From: jeff @ 2005-08-13  2:21 UTC (permalink / raw)
  To: DesktopLinuxAsm; +Cc: linux-assembly

The following packages have been updated:

 AsmEdit - assembly editor
 AsmREf - reference for x86 linux assembly
 AsmLib - library of 270 functions
 AsmMgr - file manager and IDE frontend
 AsmFunc - minor functions to test crt and keyboard
 AsmMenu - script menu program

All programs are written in x86 assembler and can
be found at:

 http://members.save-net.com/jko%40save-net.com/asm
 http://sourceforge.net/projects/asmref
 http://sourceforge.net/projects/asmedit
 http://sourceforge.net/projects/asmlib
 http://sourceforge.net/projects/asmmgr

This update includes about a 100 bug fixes
 and some enhancements.  The disassembler
 for generating source from executable files
 is still in progress and a few months away.

 The library is now adding some high level functions
  to handle hash tables and browse directories.

  jko at bsn1 dot com


^ permalink raw reply	[flat|nested] 7+ messages in thread

* AsmIDE update
@ 2005-08-31 15:15 jeff
  0 siblings, 0 replies; 7+ messages in thread
From: jeff @ 2005-08-31 15:15 UTC (permalink / raw)
  To: DesktopLinuxAsm; +Cc: linux-assembly

The following packages have been updated:

 AsmEdit - assembly editor
 AsmREf - reference for x86 linux assembly
 AsmLib - library of 270 functions
 AsmMgr - file manager and IDE frontend
 AsmFunc - minor functions to test crt and keyboard
 AsmPlan - planning or todo program
 AsmMenu - script menu program

All programs are written in x86 assembler and can
be found at:

 http://members.save-net.com/jko%40save-net.com/asm

This update is mostly bug fixes.  The AsmMgr now
 has quick bookmarks using right-click.  The AsmPlan
 program has keyboard commands and improved menus.
 AsmLib has some new functions and a few bug
 fixes. 

 The AsmSrc project (generates source from elf file) is
  still slogging through the elf dynamic link format to
  extract data.  The disassembler portion is mostly
  working.  The initial release is still a few months off.

  jko at bsn1 dot com


^ permalink raw reply	[flat|nested] 7+ messages in thread

* AsmIDE update
@ 2006-03-14  0:49 jeff
  0 siblings, 0 replies; 7+ messages in thread
From: jeff @ 2006-03-14  0:49 UTC (permalink / raw)
  To: linux-assembly

Hi all,

The AsmIDE project has released a snapshot of current progress.
changes include:

  *  AsmNano, a new editor
  *  AsmLib expanded to over 300 functions
  *  HOWTO's added for many areas
  *  as usual numerous bugs were fixed.

 http://members.save-net.com/jko%40save-net.com/asm/

AsmIDE is a collection of programs to assist with assembler development on X86 
Linux platforms.

 all the best, jeff




^ permalink raw reply	[flat|nested] 7+ messages in thread

* AsmIDE update
@ 2007-03-19 14:27 jeff
  2007-03-21 19:45 ` Claudio Fontana
  0 siblings, 1 reply; 7+ messages in thread
From: jeff @ 2007-03-19 14:27 UTC (permalink / raw)
  To: linux-assembly

The AsmIDE program web page has been updated with
several bug fixes and greatly expanded kernel reference.
Also the "download" page has been updated with the
following:

 1. AsmLib expanded to include low level sound
     functions.
 2. Added example program to measure physical fitness
     using a step test.  This demonstrates the metronome
     library function.

 http://members.save-net.com/jko%40save-net.com/asm/

all the best, jeff


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: AsmIDE update
  2007-03-19 14:27 jeff
@ 2007-03-21 19:45 ` Claudio Fontana
  0 siblings, 0 replies; 7+ messages in thread
From: Claudio Fontana @ 2007-03-21 19:45 UTC (permalink / raw)
  To: jeff; +Cc: linux-assembly

On 3/19/07, jeff <jko@bsn1.net> wrote:
> The AsmIDE program web page has been updated with
> several bug fixes and greatly expanded kernel reference.
> Also the "download" page has been updated with the
> following:
>
>  1. AsmLib expanded to include low level sound
>      functions.
>  2. Added example program to measure physical fitness
>      using a step test.  This demonstrates the metronome
>      library function.
>
>  http://members.save-net.com/jko%40save-net.com/asm/
>
> all the best, jeff

Thanks for your work,
it looks very interesting!

Claudio

^ permalink raw reply	[flat|nested] 7+ messages in thread

* AsmIDE update
@ 2007-06-05  1:14 jeff
  0 siblings, 0 replies; 7+ messages in thread
From: jeff @ 2007-06-05  1:14 UTC (permalink / raw)
  To: linux-assembly


Announcement:

The DesktopLinuxAsm web site has been updated with the following programs:

program       state   description
-------       ------  ------------------------------------------
AsmMgr        stable  AsmIDE master control module (file manager)
AsmRef        stable  extensive documentation for assembler
AsmBug        alpha   debugger
AsmDis        alpha   disassembler
AsmSrc        alpha   ELF executables to source generator
AsmEdit       stable  editor with assembler development extensions
AsmNano       stable  simple editor
AsmTrace      alpha   program trace with functions and disassembly
AsmLib        beta    terminal and console library
AsmLibx       alpha   x window library
Dos Library   stable  DOS library
AsmFile       stable  file manager
Ainfo         stable  example program and info browser
format_doc    stable  document formatter
file_browse   stable  directory browser
file_info     stable  file status and permission setting
sort          stable  example program and file sort
step test     beta    fitness test and metronome example
walk test     stable  mile walk fitness calculation 
AsmPlan       stable  project planner and todo
AsmPub        stable  crates documentation from source comments
AsmFind       stable  search for files or text in files
AsmView       stable  file viewer with scroll in all directions
AsmTimer      stable  time program execution
AsmColor      stable  show AsmLib color choices
AsmMenu       stable  menu program for scripts
TestCrt       beta    interrogate the display state

Everything is open source and in constant development.  
All programs are whiten in assembler using nasm.  No external
libraries are used.  The target for all programs is X86
Linux.


 http://members.save-net.com/jko%40save-net.com/asm/




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-06-05  1:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-14  0:49 AsmIDE update jeff
  -- strict thread matches above, loose matches on Subject: below --
2007-06-05  1:14 jeff
2007-03-19 14:27 jeff
2007-03-21 19:45 ` Claudio Fontana
2005-08-31 15:15 jeff
2005-08-13  2:21 jeff
2005-04-04  2:37 jeff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).