llvm-mos / llvm-mos-sdk

SDK for developing with the llvm-mos compiler
https://www.llvm-mos.org
Other
266 stars 53 forks source link

atari8-common: Fix clang.cfg available zero page size #202

Closed asiekierka closed 11 months ago

asiekierka commented 11 months ago

Per link.ld, the Atari 8-bit computers' available zero page encompasses the area of 0x80 to 0xFF, which is 128 bytes - subtracting the 32 bytes for registers, that's 96 bytes, not 206 bytes.