From: Daniel Serpell Date: Sat, 23 Mar 2019 15:19:25 +0000 (-0300) Subject: Adds address after JVB instruction in the display list example. X-Git-Url: https://git.sur5r.net/?p=cc65;a=commitdiff_plain;h=f94a125f30e561419fb731635403aa7b103b0c00 Adds address after JVB instruction in the display list example. --- diff --git a/doc/atari.sgml b/doc/atari.sgml index 49993d22c..1affc8362 100644 --- a/doc/atari.sgml +++ b/doc/atari.sgml @@ -392,7 +392,8 @@ void DisplayList = DL_CHR20x8x2, DL_BLK4, DL_CHR20x8x2, - DL_JVB + DL_JVB, + &DisplayList }; ... OS.sdlst = &DisplayList;