diff options
author | B. Watson <urchlay@slackware.uk> | 2025-04-23 06:37:46 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-04-23 06:37:46 -0400 |
commit | 9e7f9caf2e43fc9152f73c0862b24d35c1f9eedd (patch) | |
tree | 32ac20a426b566eeda702ee1fa6748c569f97f4b | |
parent | 8158e2e1b60484c8c12da62afbd439d810e96c3e (diff) | |
download | atari8-self-relocator-9e7f9caf2e43fc9152f73c0862b24d35c1f9eedd.tar.gz |
reloc.s: remove commented-out old code.
-rw-r--r-- | reloc.s | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -150,13 +150,8 @@ move_loop: lda code_end+1 sbc code_start+1 sta code_end+1 - ;inc code_end - ;bne ceok - ;inc code_end+1 ; code_end is now the code length + 1 byte -;ceok: lda code_end - ;clc - sec + sec ; add 1 extra (we want code len + 1) adc MEMLO sta MEMLO lda code_end+1 |