]> git.sur5r.net Git - cc65/blobdiff - libsrc/atmos/bashdr.s
Remove trailings spaces from CBM-related asm files
[cc65] / libsrc / atmos / bashdr.s
index e09bc9fec4823da2650c257de20704e93ad27df9..79cf9acb1c2d1b64f9cdb4ecd5177a306ee486e8 100644 (file)
@@ -1,6 +1,6 @@
 ;
 ; 2010-11-14, Ullrich von Bassewitz
-; 2014-09-06, Greg King
+; 2016-03-17, Greg King
 ;
 ; This module supplies a small BASIC stub program that uses CALL
 ; to jump to the machine-language code that follows it.
         .byte   $00             ; End of BASIC line
 Next:   .addr   $0000           ; BASIC program end marker
 Start:
+
+; ------------------------------------------------------------------------
+
+; This padding is needed by a bug in the ROM.
+; (The CLOAD command starts BASIC's variables table on top of the last byte
+; that was loaded [instead of at the next address].)
+
+.segment        "BASTAIL"
+
+        .byte   0