Foreword to Version 1.0

Today microcontrollers are used in a wide range of applications from simple consumer electronic products to complex avionic components. Thus I was not very surprised to find an 80C31 on the videotext decoder board, I purchased some time ago. Since it had a poor user interface and many bugs, I thought I could do it better and so I began to look for an 8051 cross assembler.
But in contrast to the huge number of hardware components sold, the number of people developing microcontroller software seemed to be remarkable small, and so was the number of development tools on the market.
There was a very small number of good professional cross assemblers for $250 and up - too expensive for hobby purposes. Aside of useless demos, there were no restricted starter kits or school versions available.
I found also a few shareware and public domain assemblers. But either they were poor and not very reliable, or not very 8051-specific, or they used some kind of fantasy syntax that was 100 % compatible to itself, but far away from the Intel standard. I didn't like them all!
There seems to be a general lack of useful and affordable microcontroller development software. This is a pity, because their universality, simple architectures and low prices make microcontrollers so interesting especially for hobby and education.
So I decided to write a handy 8051 cross assembler for the PC.

And here it is:

ASEM-51 V1.0

I hope it will help to discover the wonderful world of microcontrollers.

Have fun!

Deisenhofen, July 19, 1994
 
W.W. Heinz


Foreword to Version 1.2

More than one year has passed, since I had released ASEM-51 V1.1 in October 1994. Although I didn't spend all the time on ASEM-51, V1.2 comes with several extensions, bug fixes, and numerous functional or internal improvements!
Highlights of the new version are a nearly perfectly featured list file with cross-reference and some new printing options, a bootstrap program for MCS-51 evaluation boards, and plenty of new *.MCU files. For detailed information see the ASEM-51 V1.2 Release Notes.

What I have learned through the last two years is that freeware is not free, neither for the author nor for the users.
ASEM-51 could not be made with nothing but numberless free hours, spent on pure software development. I also had to purchase a PASCAL development system, lots of microcontroller literature, and an 80C535 evaluation board.
The distribution of freeware seems to be a bigger problem than its development. First of all, one has to buy a modem. After that, it costs a lot of time, fees, trouble, and "interesting" discussions with the particular sysops, until the stuff is posted (or not) on several BBS and ftp sites.
To publish a program on shareware CD-ROMs, one has only to find out, which are the most suitable. For this, it is best to buy a dozen or two (and a CD-ROM drive), and to send the software to the publishers of those that seem to be the most popular.
The interested users finally have to purchase modems or CD-ROM drives, and pay the same fees, or buy the same CD-ROMs, to get the "freeware" again from these public sources.
After all, it may be cheaper, faster, and more convenient, to simply buy a professional software solution (if any) in the PC shop at the corner. But it's not half the fun!

ASEM-51 V1.1 had been distributed (and mirrored) to more than 60 ftp sites all over the world, uploaded to so many BBS, and published on at least two shareware CD-ROMs.
But I only received mails from 9 users, a local cockroach, and an international monster. The latter two asked me for permission, to sell ASEM-51 for (their) profit, and failed miserably.
Most of the user mails started with "I have copied your assembler from an ftp site, which I don't remember. It is looking fine on the first glance! By the way, have you got a data sheet of the 80Cxyz?", or something like that.
During all the time, I have received one single error report only. Since it had been reported by phone, I couldn't reproduce it. Nevertheless two serious bugs have been fixed since version 1.1, but I have found them by myself in November 1995 both.
Sure ASEM-51 is no mainstream software, but to be honest, I am a little disappointed of the poor user feedback!

Finally, I should thank the persons, who helped me to release ASEM-51: Andreas Kies has tested all previous beta versions of the assembler. He has distributed the first releases, and maintained a free ASEM-51 support account right from the beginning.
Gabriele Novak has checked the orthography of all the documentation files. Werner Allinger has tested the latest beta version and the bootstrap program. Last but not least, I want to thank all interested users for their comments and suggestions.

Deisenhofen, January 22, 1996
 
W.W. Heinz


Foreword to Version 1.3

Six years have passed since I had released version 1.2.
I'm almost sure that most of my users thought that this was the last one!
It seems that I had always some spare time to support, maintain, change, extend, improve and port ASEM-51 over and over for many years, but never to publish an official new release.
But now, after six months of beta-testing, the time has come to unveil ASEM-51 Version 1.3 (Final Release). The most important new features are

  • new host platforms:   Win32 and Linux (386)
  • macro processing
  • dramatically improved conditional assembly
  • output in absolute OMF-51 format (with debug information)
  • 37 new MCU files
  • documentation in both ASCII and HTML format

For detailed information on the numerous small extensions, improvements, and bug fixes, see the ASEM-51 V1.3 Release Notes.
Since fall 2001, ASEM-51 has an official home on the Internet, the ASEM-51 support website:   http://plit.de/asem-51/

Credits:
Andreas Kies has tested all beta versions of the assembler. Without his Linux-knowhow, the Linux port would have been a very hard job.
Werner Allinger has tested the latest beta version, and has provided free webspace for the ASEM-51 website right from the beginning.
Axel Kielhorn has written the file DS5000.MCU.
Anders Sandström has sent me 87LPC762.MCU and 87LPC768.MCU.
Michael R. has contributed 80C32X2.MCU.
I also want to thank all the other users for their bug reports, contributions, comments and suggestions.

Bayreuth, December 31, 2002
 
W.W. Heinz



[contents] [up] [back] [next]