diff options
author | B. Watson <urchlay@slackware.uk> | 2025-04-23 06:41:53 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-04-23 06:41:53 -0400 |
commit | ad84188c66a3f1112a8c6df444cc2b814fca0386 (patch) | |
tree | 589b1582dd3de510fe703351b4b5fe585b19e869 /reloc.s | |
parent | 9e7f9caf2e43fc9152f73c0862b24d35c1f9eedd (diff) | |
download | atari8-self-relocator-ad84188c66a3f1112a8c6df444cc2b814fca0386.tar.gz |
Diffstat (limited to 'reloc.s')
-rw-r--r-- | reloc.s | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -44,7 +44,7 @@ memlo_00: bcs memlo_ok .ifdef verbose_memlo_check - ; whoops, MEMLO is too high + ; whoops, MEMLO is too high, print message and wait for keystroke whoops: ldx #0 lda #<whoops_msg @@ -67,9 +67,9 @@ exitwait: sta COLOR2 rts .else - lda #$40 + lda #$40 ; turn the screen red... sta COLOR2 -freeze: bne freeze +freeze: bne freeze ; wait for the user to press Reset. .endif memlo_ok: @@ -176,7 +176,7 @@ do_init: beq done ; if hi byte is 0, assume lo byte is also 0. sec - sbc offset_pages + sbc offset_pages ; call at relocated location, of course. sta code_init+1 jmp (code_init) |