Added link to Atari 2600 book

This commit is contained in:
nanochess 2023-06-07 21:13:55 -06:00
parent 277ff4f300
commit 2299c06a0c
1 changed files with 27 additions and 0 deletions

27
README
View File

@ -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.