 Duration: 00:08:29 View: 21,436
      |
The 6809 computer can read files off of a CompactFlash card (in FAT16 format) and execute them. In addition to writing my own CompactFlash and FAT16 driver code, I've written a couple games. Here I'll demonstrate a full implementation of blackjack; multiple decks, multiple players, etc., written in assembly language. The 6809 is using the Terminalscope (msarnoff.org ) for keyboard input and text display. (And it's glitchy, I know. :-p) Project page is msarnoff.org and source code will be coming in the future. |