]> git.sur5r.net Git - cc65/commitdiff
atari_antic.inc: use "or" instead of "plus" in the usage example 387/head
authorChristian Groessler <chris@groessler.org>
Fri, 24 Feb 2017 18:06:32 +0000 (19:06 +0100)
committerChristian Groessler <chris@groessler.org>
Fri, 24 Feb 2017 18:06:32 +0000 (19:06 +0100)
asminc/atari_antic.inc

index 1eb4c87eff18920f3625195a3d636227882a26e1..a4557c7b44c6440aa032df3bea1032ba9a6f3dde 100644 (file)
@@ -33,16 +33,16 @@ NMIRES  = ANTIC + $0F         ;NMI interrupt reset
 ; ScreenDL:
 ; .byte DL_BLK8
 ; .byte DL_BLK8
-; .byte DL_CHR40x8x1 + DL_LMS + DL_DLI
+; .byte DL_CHR40x8x1 | DL_LMS | DL_DLI
 ; .word ScreenAlignment
-; .byte DL_BLK1 + DL_DLI
-; .byte DL_MAP320x1x1 + DL_LMS
+; .byte DL_BLK1 | DL_DLI
+; .byte DL_MAP320x1x1 | DL_LMS
 ; .word Screen
 ;
 ; .repeat 99
 ; .byte DL_MAP320x1x1
 ; .endrepeat
-; .byte DL_MAP320x1x1 + DL_LMS
+; .byte DL_MAP320x1x1 | DL_LMS
 ; .word Screen + 40 * 100       ; 100 lines a 40 byte, 'Screen' has to be aligned correctly!
 ; .repeat 92
 ; .byte DL_MAP320x1x1
@@ -55,6 +55,8 @@ NMIRES  = ANTIC + $0F         ;NMI interrupt reset
 DL_JMP  = 1
 DL_JVB  = 65
 
+; DL_BLKn display n empty lines (just background)
+
 DL_BLK1  = 0
 DL_BLK2  = 16
 DL_BLK3  = 32