changes by me).
pkgsrc changes: install man page.
Changes in 1.22:
Several updates for ATmega (new devices, extended I/O etc.)
Fixed problem with .db 00
1.19 - Messed up applying some of the patches in 1.18 :-(
1.18 - Added support for specifying unsigned integer values [0; 2^32-1]
Thanks to Richard Gerrits for pointing out the problem.
Added support for specifying Z/Y/Z for adiw, sbiw and movw.
Thanks to Richard Barrington for suggesting this.
Added support for a bunch of Mega devices.
Thanks to Andreas Schwarz for supplying a patch with these.
Fixed problems compiling with GCC 3.2
Several people supplied patches, but I was just too busy
integrating them.
Thanks to Patrick Dreker for supplying the final patch.
changes since last pkgsrc version (1.15):
1.17 - Added support for the BYTE1 (same as LOW) function.
Thanks to Timothy Lee for supplying this patch.
- Fixed path delimiter problem in include path. I used
DOS style '\' causing problems on *NIX.
Thanks to Timothy Lee for reporting this.
1.16 - Fixed problem with long macro names.
Thanks to Richard Gerrits for reporting this.
- Increased maximum identifier length to 64 (and no, this was
not the fix to the problem above :).
- Added support for using DOS (\13\10) files on *NIX systems.
- Change URL to www.tavrasm.org in help/README/...
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>
tavrasm is an assembler for the Atmel AVR series of microcontrollers.
It compiles code written for Atmels AVR DOS assembler.
Package provided by Dieter Baron in private communication.