[cc65-git] [cc65/cc65] b4e66e: libsrc/atari/system_check.s: fix MEMLO check
cc65 - a freeware C compiler for 6502 based systems
Brought to you by:
gpz
|
From: Christian G. <no...@gi...> - 2026-05-17 12:17:59
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: b4e66ea886ad12df007d08306749459edd30ef3e https://github.com/cc65/cc65/commit/b4e66ea886ad12df007d08306749459edd30ef3e Author: Christian Groessler <ch...@gr...> Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M libsrc/atari/system_check.s Log Message: ----------- libsrc/atari/system_check.s: fix MEMLO check Old check forced the program's load address to be one more than MEMLO. But MEMLO points to the first byte of usable RAM, not the last byte of unusable RAM. Problem found by Flashjazzcat, see https://github.com/cc65/cc65/issues/2964. To unsubscribe from these emails, change your notification settings at https://github.com/cc65/cc65/settings/notifications |