1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-07-05 09:28:54 +00:00
millfork/examples
2018-07-28 00:58:20 +02:00
..
apple2 Preliminary Apple II support 2018-01-23 13:37:03 +01:00
c64 Text literals in expressions, escape sequences, and more 2018-07-28 00:58:20 +02:00
hello_world Text literals in expressions, escape sequences, and more 2018-07-28 00:58:20 +02:00
nes NES mapper experiments 2018-03-17 17:09:30 +01:00
vcs Preliminary Atari 2600 support 2018-04-03 23:13:57 +02:00
README.md Text literals in expressions, escape sequences, and more 2018-07-28 00:58:20 +02:00

Examples

Cross-platform examples

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

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

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

Apple II examples

  • Bell a program that goes *ding!*

Atari 2600 examples

  • Colors simple static rasterbars