Hacker News new | ask | show | jobs
by enygmata 5192 days ago
I wonder how hard would it be to get a working DCPU-16 backend for GCC or Clang.
2 comments

GCC already has 4 other 16-bit backends (e.g. pdp11), so it should be achievable.
A Clang backend means a LLVM backend, which I believe is a lot easier than extending GCC, and gets you support for all sorts of languages.