From: Thalia Archibald
I'm working on building a decompiler from PDP-11
assembly to C to ease
studying old pre-C Unix sources. To start, I'm translating V5 `as` to
period-idiomatic C
That's going to be a real trick; 'as' was written in PDP-11 assembler:
https://minnie.tuhs.org/cgi-bin/utree.pl?file=V6/usr/source/as
Noel