1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-07-09 19:30:37 +00:00
millfork/examples/README.md
2018-12-19 19:02:29 +01:00

1.2 KiB
Raw Blame History

Examples

Cross-platform examples

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

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

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

Commodore 64 examples

Console I/O examples

  • Echo simple text input and output

  • Calculator simple numeric input and output

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

Graphical examples

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