index
:
atari8-self-relocator
master
Create self-relocating Atari 8-bit executables
urchlay -at- slackware _dot_ uk
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-04-29
mkreloc.xex: remove "system check" segment, org at $4000 to avoid "need mem.s...
HEAD
master
B. Watson
2025-04-29
use single-density DOS 2.5 atr (axe-friendly).
B. Watson
2025-04-29
Makefile: cleanup, use variables for cl65 and axe.
B. Watson
2025-04-29
update README.txt.
B. Watson
2025-04-29
update .gitignore.
B. Watson
2025-04-29
mkreloc.c: added (will replace mkrelocxex.pl).
B. Watson
2025-04-28
reloc.s: commentary, remove verbose_memlo_check.
B. Watson
2025-04-28
reloc.s: commentary.
B. Watson
2025-04-28
reloc.s: remove redundant code, handle code_run correctly.
B. Watson
2025-04-26
load relocator at $71c0.
B. Watson
2025-04-26
Makefile: add DOS 2.5 test target.
B. Watson
2025-04-26
switch to bitmap approach.
B. Watson
2025-04-23
reloc.s: shave off 4 bytes.
B. Watson
2025-04-23
reloc.s: comment tweaking.
B. Watson
2025-04-23
reloc.s: remove commented-out old code.
B. Watson
2025-04-23
reloc.s: optimize for size.
B. Watson
2025-04-23
relocate only high bytes, increments of 1 page. previous approach was unworka...
B. Watson
2025-04-22
README.txt: realign with how the code works.
B. Watson
2025-04-22
initial commit
B. Watson