|
|
|
|
|
by Joker_vD
28 days ago
|
|
Ah, so it's a so-called "high-level assembler" like PL/360 [0] for System/360 or PL-11 [1] for PDP-11? The problem with such languages is, well, C has killed them pretty thoroughly. You can take PCC, or LCC, or Tiny CC, and cobble a new instruction-emitter (for a relatively sane ISA) of decent quality in a week or so. [0] https://en.wikipedia.org/wiki/PL360 [1] https://en.wikipedia.org/wiki/PL-11 |
|
C is no longer that high level assembler that killed the others.
Plus I think you're being overly negative. This is a very under explored space in modern computing. As someone one who likes to get down to the bits and bytes, this looks like an interesting proposition.