WonderfulToolchain / wf-issues

Issue tracker for the Wonderful toolchain.
1 stars 0 forks source link

[gcc-ia16] Put literal strings and constant structures in ROM memory by default #7

Open asiekierka opened 1 year ago

asiekierka commented 1 year ago

Right now, constant structures have to be explicitly annotated with __far to be placed in ROM memory. This is less than ideal:

There are many options to improve this:

This is a rather difficult task, unfortunately.