Re: [patch,avr] Add new 24-bit address space __flashx

2024-12-12 Thread Denis Chertykov
ср, 11 дек. 2024 г. в 16:56, Georg-Johann Lay : > > This patch adds __flashx as a new named address space that allocates > objects in .progmemx.data. The handling is mostly the same or similar > to that of 24-bit space __memx, except that the output routines are > simpler and more efficient. Load

[patch,avr] Add new 24-bit address space __flashx

2024-12-11 Thread Georg-Johann Lay
This patch adds __flashx as a new named address space that allocates objects in .progmemx.data. The handling is mostly the same or similar to that of 24-bit space __memx, except that the output routines are simpler and more efficient. Loads are emit inline when ELPMX or LPMX is available. The a