> i think this has gone off track. i read brucee's original post as an
> argument against polluting c with asm()/__asm{}. obviously there is
> asm in the plan9 distro; try du -a /sys/src| grep '\.s$' . for which
> it uses /sys/doc/asm.ps
Brucee slipped, although he did say that the assembler code is in the
libraries:
term% du -a /n/sources/plan9/sys/src/cmd | grep '\.s$'
10 /n/sources/plan9/sys/src/cmd/2a/l.s
1 /n/sources/plan9/sys/src/cmd/5a/l.s
1 /n/sources/plan9/sys/src/cmd/5l/l.s
13 /n/sources/plan9/sys/src/cmd/8a/l.s
14 /n/sources/plan9/sys/src/cmd/ka/l.s
1 /n/sources/plan9/sys/src/cmd/unix/drawterm/posix-mips/tas.s
1 /n/sources/plan9/sys/src/cmd/unix/drawterm/posix-sun4u/tas.s
13 /n/sources/plan9/sys/src/cmd/va/l.s
10 /n/sources/plan9/sys/src/cmd/1a/l.s
That is it.
++L