From mboxrd@z Thu Jan 1 00:00:00 1970 From: paul.winalski@gmail.com (Paul Winalski) Date: Wed, 14 Feb 2018 11:03:44 -0500 Subject: [TUHS] pdp-11 assembly as a hll? In-Reply-To: References: Message-ID: On 2/13/18, Warner Losh wrote: > I don't suppose anybody has written a pdp-11 assembler to C translator... > My google fu is insufficient for the day. > Or you could write a compiler that translates PDP-11 assembler to LLVM intermediate language. That was the technique used to port VMS to the DEC Alpha and Intel Itanium. A lot of VMS was in VAX assembler, so DEC's compiler group wrote a compiler that took in VAX assembler and generated IL for the GEM back end used by all of DEC's Alpha and Itanium compilers. -Paul W.