llvm-mos-sdk icon indicating copy to clipboard operation
llvm-mos-sdk copied to clipboard

Import @davidgiven's support for new targets

Open johnwbyrd opened this issue 11 months ago • 1 comments

It seems that @davidgiven has already gone to the trouble to create llvm-mos linker scripts for half a dozen platforms we don't currently support. If we asked him nicely, I bet he would let us modify and repurpose those scripts for llvm-mos-sdk:

https://github.com/davidgiven/cpm65/tree/master/src/arch

This seems like a low-effort, high-impact way of supporting for 5 or 6 more platforms.

johnwbyrd avatar Mar 06 '24 02:03 johnwbyrd

  • [ ] apple2e
  • [x] atari800 => We already have a port.
  • [ ] bbcmicro
  • [x] commodore => We already have a port.
  • [x] neo6502 => https://github.com/llvm-mos/llvm-mos-sdk/pull/323 (from-scratch implementation)
  • [ ] oric
  • [ ] sorbus
  • [x] x16 => We already have a port.

asiekierka avatar Mar 10 '24 14:03 asiekierka