Hi,
On Thu, Oct 20, 2011 at 7:12 AM, Lyle Bickley <lbickley at bickleywest.com> wrote:
I've been assembling from source code most of the
HP diagnostics for the HP2100 and HP1000 systems. ?To do so, I used Eric Smith's
original "asm21" - and found that a number of diagnostics didn't assemble
correctly. I updated it - and subsequently Terry Newton joined the project and made more
updates. Between us, over the course of several months, we've managed to debug asm21
to the place where we have not found any more errors in several additional months of use.
asm21 runs under both *NIX and Windows environments as it is written entirely in Perl.
Does it require a specific version of perl? Or some perl libraries / extensions?
tingo at kg-v2$ uname -a
FreeBSD kg-v2.kg4.no 8.2-STABLE FreeBSD 8.2-STABLE #4: Sat Jul 16
02:07:14 CEST 2011 root at kg-v2.kg4.no:/usr/obj/usr/src/sys/GENERIC
amd64
tingo at kg-v2$ perl -v
This is perl, v5.10.1 (*) built for amd64-freebsd-thread-multi
Copyright 1987-2009, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to
the
Internet, point your browser at
http://www.perl.org/, the Perl Home Page.
tingo at kg-v2$ ./asm21_107
Use of uninitialized value $listing in substitution (s///) at
./asm21_107 line 336.
Use of uninitialized value $listing in string eq at ./asm21_107 line 338.
Use of uninitialized value in string eq at ./asm21_107 line 338.
^C
tingo at kg-v2$ ./asm21_107 -?
Can't open -?: No such file or directory at ./asm21_107 line 367.
Can't open -?: No such file or directory at ./asm21_107 line 367.
tingo at kg-v2$ ./asm21_107 -h
Can't open -h: No such file or directory at ./asm21_107 line 367.
Can't open -h: No such file or directory at ./asm21_107 line 367.
tingo at kg-v2$ ./asm21_107 --help
Can't open --help: No such file or directory at ./asm21_107 line 367.
Can't open --help: No such file or directory at ./asm21_107 line 367.
There was little documentation included...
--
Regards,
Torfinn Ingolfsen