Difference between revisions of "Main Page"

From SizeCoding
Jump to: navigation, search
m
Line 22: Line 22:
  
 
*'''[[Linux]]''' - Sizecoding on linux platforms.
 
*'''[[Linux]]''' - Sizecoding on linux platforms.
*'''[[RISC OS on ARM based CPUs]]''' - Create your tiny intro on ARM hardware on RISC OS.
+
*'''[[ARM based CPUs]]''' - ARM Based Platforms (RISC OS, Gameboy Advance, etc.)
*'''[[ARM based CPUs]]''' - Other ARM Based Plaforms (Gameboy Advance, etc.)
 
 
*'''[[Motorola 68k based CPUS]]''' - Start Sizecoding on your Atari ST or Amiga.
 
*'''[[Motorola 68k based CPUS]]''' - Start Sizecoding on your Atari ST or Amiga.
 
*'''[[6502 based CPUs]]''' - Commodore 64, Atari XE/XL, Apple II, Atari 2600, Atari Lynx, etc.
 
*'''[[6502 based CPUs]]''' - Commodore 64, Atari XE/XL, Apple II, Atari 2600, Atari Lynx, etc.

Revision as of 07:55, 10 March 2022

Welcome to SizeCoding.org!

SizeCoding.org is a wiki dedicated to the art of creating very tiny programs for most popular types of CPUs. As sizecoding is also popular on other hardware we recently opened the website for other plaforms as well, check the links below.

By "very tiny programs", we mean programs that are 256 bytes or less in size, typically created by members of the demoscene as a show of programming skill. The size of these tiny programs is measured by their total size in opcode bytes, and are usually presented as executable binary.

Despite their tiny size, these programs are able to produce amazing graphical displays, playable games, and sometimes music. There are even some surprisingly effective programs just 16 bytes [1] or even 8 bytes [2].

The intent of this wiki is to teach assembler programmers the various techniques used to create tiny demoscene intros. While these techniques can be used for other applications (boot sectors, ROM, BIOS and firmware code, etc.), the information presented here is firmly oriented towards the demoscene. Practicality and common sense are sometimes thrown out the window just to shave a single byte -- consider yourself warned.

This wiki is divided into the following major sections for x86:

  • Getting Started - What do you need to know before starting your first tinyprog?
  • Tips, Tricks, and Techniques - The meat of the wiki. Lists of small opcodes, default environment settings, size optimization basics, and a ton of random tips.
  • Case Studies - Analysis of existing award-winning tiny programs, with comments on what choices were made and why.
  • Additional Resources - Discussion threads, competitions, repositories, and other external references that can aid you in your quest.

For other processors and platforms check out the sections here:

  • Linux - Sizecoding on linux platforms.
  • ARM based CPUs - ARM Based Platforms (RISC OS, Gameboy Advance, etc.)
  • Motorola 68k based CPUS - Start Sizecoding on your Atari ST or Amiga.
  • 6502 based CPUs - Commodore 64, Atari XE/XL, Apple II, Atari 2600, Atari Lynx, etc.
  • Z80 based CPUs - For all your ZX Spectrum, Amstrad CPC, etc. sizecoding needs
  • PDP-11 CPUs - Get your BK-0010 and BK-0011 kicks here
  • RISC-V CPUs - Mainly on cheap micro-controllers or qemu for now, but first RISC−V micro-processors based board come since one year.
  • Fantasy Consoles - Dedicated to Fantasy Consoles and VM's like TIC-80, PICO-8, Javascript/js1k, etc.
  • Bytebeat - Tiny music created from mathematical expressions.