From that page ("High Level Language Programs Run Ten Times Faster in Microstore"):
Quote:
However, due to the existence of a parser for the SPL language (a derivative of Algol-60) and the non-existence of a parser for BCPL, we built a Micro-SPL compiler [to target microcode in a writeable control store].
I think I remember hearing that Plessey's inhouse circuit simulator (CLASSIC?) made use of the VAX's writeable control store, to good effect.
I'm not familiar with Action! as a language, but I found some pointers on
David Wheeler's page, where he says
Quote:
SPL is a Forth-like language that is implemented in plain Python and generates 6502 assembly code.
and sends us to
Ron's page where there's a download.
Also from David's page I found pointers to Pymite (tiny python,
now found on google code and to
65CM which describes itself as "structured semi-low level language" which is hosted on Windows to target 6502.