home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume4
/
aaa
/
6809
/
opgen
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1986-11-30
|
134 b
|
9 lines
# Tool for building 6809 opcode list.
BEGIN { opno = 0 }
{
if ($0 != "")
for (i = 1; i <= NF; i++)
print $i "\t" opno
opno++
}