NetBSD/usr.sbin/gspa/gspahextoc
jtc 54e0c861ec Add to DPADD for each library in LDADD; Reported by Mike Long <mike.long@analog.com> in PR #2301. 1996-04-08 21:03:06 +00:00
..
Makefile Add to DPADD for each library in LDADD; Reported by Mike Long <mike.long@analog.com> in PR #2301. 1996-04-08 21:03:06 +00:00
README gspa output processor from Ignatios Souvatzis <is@beverly.rhein.de> 1995-10-09 00:02:47 +00:00
gspahextoc.l merge in changes from 1.1 release branch 1995-11-28 19:43:04 +00:00

README

This is a small utility which is used to convert the hex output of Paul
Mackerras' gspa to an initialized array of unsigned shorts.

Input format:

:hex -> start address
@hex -> new load address
hex -> load @load address & autoincrement 

Output format:

Load blocks start with 16 bit count of the data without address, then
high 16 bits of load address, then low 16 bits of load address, followed by
count words of data. This sequence is repeated until count == 0.

The start address is converted to two load blocks which set the
NMI and the RESET vector.

	Ignatios Souvatzis