Code Monkey home page Code Monkey logo

book8088's Introduction

Programming Boot Sector Games
by Oscar Toledo G.
http://nanochess.org/

ERRATA FOR THE BOOK: (Aug/31/2020)

Even though all my efforts, Craig Turner found a pair of mistakes on the
instruction set appendix.

The instructions 0x9a and 0xea have inverted operands. The correct representation is:

    CALL 0x5566:0x7788      9a 88 77 66 55
    JMP 0x5566:0x7788       ea 88 77 66 55

This same mistake slipped into my sequel book.

James Cross found a small difference in sieve.asm between the book and the Git,
also a small bug on page 28, where the byte count shown is 123 instead of 121.

Daniel @netsurf916 found a small bug in page 55, bullet 5, last word says "if direction flag is zero" instead of the correct "if direction flag is one".


NOTES:

If you found this Git for accident, do you need more details on the inner workings? 

These programs are fully commented in my new book Programming Boot Sector Games and
also you'll find a 8086/8088 crash course!

Now available from Lulu:

  Soft-cover
    http://www.lulu.com/shop/oscar-toledo-gutierrez/programming-boot-sector-games/paperback/product-24188564.html

  Hard-cover
    http://www.lulu.com/shop/oscar-toledo-gutierrez/programming-boot-sector-games/hardcover/product-24188530.html

These are some of the example programs documented profusely
in the book:

  * Guess the number.
  * Tic-Tac-Toe game.
  * Text graphics.
  * Mandelbrot set.
  * F-Bird game.
  * Invaders game.
  * Pillman game.
  * Toledo Atomchess.
  * bootBASIC language.

These games/programs have its own Git and can differ
slightly from the published version because of enhancements:

  https://github.com/nanochess/fbird
  https://github.com/nanochess/Invaders
  https://github.com/nanochess/Pillman
  https://github.com/nanochess/Toledo-Atomchess
  https://github.com/nanochess/bootBASIC
  
Don't forget to see also bootOS, a tiny operating system
in only 512 bytes:

  https://github.com/nanochess/bootOS

After the success of my first book, if you need even
More Boot Sector Games then you must get this book!

  Soft-cover
    http://www.lulu.com/shop/oscar-toledo-gutierrez/more-boot-sector-games/paperback/product-24462035.html

  Hard-cover
    http://www.lulu.com/shop/oscar-toledo-gutierrez/more-boot-sector-games/hardcover/product-24462029.html

These are some of the example programs documented profusely
in the book:

  * Follow the Lights
  * bootRogue
  * bricks
  * cubicDoom
  * bootOS

book8088's People

Contributors

nanochess avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.