From 2299c06a0ca1c8dbdafd8e62c3b5229a630a53b8 Mon Sep 17 00:00:00 2001 From: nanochess Date: Wed, 7 Jun 2023 21:13:55 -0600 Subject: [PATCH] Added link to Atari 2600 book --- README | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README b/README index 2f037c9..4592dbf 100644 --- a/README +++ b/README @@ -50,3 +50,30 @@ before mnemonic. Accepts any assembler file where ; means comment [label] mnemonic [operand] ; comment + + +>> ATTENTION << + +Do you would like to learn to program 6502 assembler and +creating Atari 2600 games? It is possible with my newest book +Programming Games for Atari 2600. + +Now available from Lulu: + + Paperback + https://www.lulu.com/shop/oscar-toledo-gutierrez/programming-games-for-atari-2600/paperback/product-pq9dg4.html + + Hardcover + https://www.lulu.com/shop/oscar-toledo-gutierrez/programming-games-for-atari-2600/hardcover/product-n8z9r6.html + + eBook + https://nanochess.org/store.html + +These are some of the example programs documented profusely +in the book: + + * Game of Ball. + * Wall Breaker. + * Invaders. + * The Lost Kingdom. + * Diamond Craze.