Am 06.12.19 um 14:21 schrieb Vaclav Peroutka: > Hello, > > I was thinking about how to make a bigger projects where I can possibly > need more than 64kB of memory on Z80 (or other 8-bit architectures as > well).
stm8 has direct support for using all Flash (i.e. up to 128K for current hardware) for code (just compile using --model-large). For AFAIK all architectures, there is some support for banked data via named address spaces. Philipp _______________________________________________ Sdcc-user mailing list Sdcc-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sdcc-user