changeset 1298:bfb91dc51fb6

BTStart is now Bt.Start
author boisy
date Mon, 01 Sep 2003 16:25:55 +0000
parents e0e36965b748
children 1f0995cd0431
files level1/modules/kernel.asm level1/modules/oscode.asm
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/level1/modules/kernel.asm	Mon Sep 01 16:25:39 2003 +0000
+++ b/level1/modules/kernel.asm	Mon Sep 01 16:25:55 2003 +0000
@@ -182,7 +182,7 @@
          bne   L00C2                   nope, not RAM here!
          std   ,y                      else restore org contents
          leax  >$0100,y                check top of next 256 block
-         cmpx  #BTStart                stop short of boot track mem
+         cmpx  #Bt.Start               stop short of boot track mem
          bcs   ChkRAM
          leay  ,x
 * Here, Y = end of RAM
--- a/level1/modules/oscode.asm	Mon Sep 01 16:25:39 2003 +0000
+++ b/level1/modules/oscode.asm	Mon Sep 01 16:25:55 2003 +0000
@@ -66,13 +66,13 @@
 
          beq   L266E
          leau  >Start,pcr
-         ldx   #$FE80-BTStart
-         ldy   #BTStart
+         ldx   #$FE80-Bt.Start
+         ldy   #Bt.Start
 L2663    lda   ,u+
          sta   ,y+
          leax  -1,x
          bne   L2663
-         jmp   >BTStart+L266E
+         jmp   >Bt.Start+L266E
 L266E    leax  <eoc,pcr
          ldd   $09,x
          jmp   d,x