1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-07-06 15:29:23 +00:00
millfork/examples
2018-12-30 19:10:57 +01:00
..
c64 Updated examples 2018-12-19 22:32:55 +01:00
crossplatform Guess-a-number example; make echo run on PC-88 2018-12-30 19:10:57 +01:00
nes Library improvements 2018-12-17 17:18:29 +01:00
vcs Preliminary Atari 2600 support 2018-04-03 23:13:57 +02:00
README.md Guess-a-number example; make echo run on PC-88 2018-12-30 19:10:57 +01:00

Examples

Cross-platform examples

  • Hello world (C64/C16/PET/VIC-20/PET/Atari/Apple II/BBC Micro/ZX Spectrum/PC-88/Armstrad CPC) simple text output

  • Text encodings (C64/ZX Spectrum) examples of text encoding features

  • Echo (C64/C16/ZX Spectrum/PC-88) simple text input and output

  • Calculator (C64/C16/ZX Spectrum/PC-88) simple numeric input and output

  • Guessing game (C64/C16/ZX Spectrum/PC-88) a guess-a-number game

  • Fire effect (C64/C16/ZX Spectrum) a simple fire effect

  • Bell (Apple II/ZX Spectrum) a program that goes *ding!*

Commodore 64 examples

Graphical examples

Other examples

  • Panic how panic works on C64, showing the address of where it happened

Famicom/NES examples

  • NES 101 tutorial example a port of the tutorial example from the NES 101 tutorial by Michael Martin

  • MMC4 example the same thing as above, but uses a MMC4 mapper just to test bankswitching

Atari 2600 examples

  • Colors simple static rasterbars