Difference between revisions of "Resources"

From SizeCoding
Jump to: navigation, search
(References)
(add seminars section)
Line 4: Line 4:
  
 
We also have an active discord server dedicated to sizecoding at: https://discord.gg/j6UqqrbkDX
 
We also have an active discord server dedicated to sizecoding at: https://discord.gg/j6UqqrbkDX
 +
 +
== Seminars ==
 +
 +
Seminars on various sizecoding topics have been presented at the Lovebyte demoparty, and can be watched here: [https://www.youtube.com/playlist?list=PLr4JCYhdWe8mq3aDvAtL0ooO7hAC9gU2s Lovebyte seminars on YouTube]
 +
 +
In recent years 256b intro coding has been covered in presentation sessions at other demo parties. The recordings are available on YouTube. There are
 +
[https://www.youtube.com/watch?v=WbWYBE9vjdk part 1] and [https://www.youtube.com/watch?v=51BOp5Pi4mU part 2] of Řrřola's talk "Magic of 256-byte x86 intros" held at Demobit 2017 and 2018 respectively. A similar talk [https://www.youtube.com/watch?v=V_ntnQKemWA "256 byte intros on modern PCs"] was held by TomCat/Abaddon at the Function 2017 party. Supplemental files can be downloaded from [http://www.pouet.net/prod.php?which=72454 Pouet.net]. The presentations cover everything from setting up the coding environment to all kinds of code optimization, constant reuse, flag tricks, palette generation, and how to get from an idea to the final intro. TomCat also provides a [https://www.abaddon.hu/usbdos/ dev tools page] and his [https://www.abaddon.hu/256b/ SizeCoding Blog] with lots of optimization ideas.
  
 
== References ==
 
== References ==
  
 
The Hugi demoscene diskmag has been kind to the sizecoding movement.  They included [http://www.hugi.scene.org/online/coding/hugi%20se%204%20-%20index%20sorted%20by%20topic.htm many programming articles] since it started in 1996.  Additionally, the [http://www.hugi.scene.org/compo/compoold.htm Hugi Size Coding Competition Series] is the gold standard for learning how to sizecode:  Each competition was given a specific task, then participants submitted their results.  ([http://retrolandia.net/hugi/showthread.php?tid=7&pid=13#pid13 All of the entries with their source code] are available, as are [http://retrolandia.net/hugi/showthread.php?tid=7&pid=396#pid396 the rules for each challenge].)  Hugi #35 also provided a [http://hugi.scene.org/online/hugi35/hugi%2035%20-%20demoscene%20forum%20adok%20256b%20intros%20round-table.htm 256b intros round-table] between Baze, Digimind, Řrřola, Pirx, Optimus, and Seven.
 
The Hugi demoscene diskmag has been kind to the sizecoding movement.  They included [http://www.hugi.scene.org/online/coding/hugi%20se%204%20-%20index%20sorted%20by%20topic.htm many programming articles] since it started in 1996.  Additionally, the [http://www.hugi.scene.org/compo/compoold.htm Hugi Size Coding Competition Series] is the gold standard for learning how to sizecode:  Each competition was given a specific task, then participants submitted their results.  ([http://retrolandia.net/hugi/showthread.php?tid=7&pid=13#pid13 All of the entries with their source code] are available, as are [http://retrolandia.net/hugi/showthread.php?tid=7&pid=396#pid396 the rules for each challenge].)  Hugi #35 also provided a [http://hugi.scene.org/online/hugi35/hugi%2035%20-%20demoscene%20forum%20adok%20256b%20intros%20round-table.htm 256b intros round-table] between Baze, Digimind, Řrřola, Pirx, Optimus, and Seven.
 
During the last years 256b intro coding was also a topic in some demo party presentation sessions. The recordings are available on YouTube. There are
 
[https://www.youtube.com/watch?v=WbWYBE9vjdk part 1] and [https://www.youtube.com/watch?v=51BOp5Pi4mU part 2] of Řrřola's talk "Magic of 256-byte x86 intros" held at Demobit 2017 and 2018 respectively. A similar talk [https://www.youtube.com/watch?v=V_ntnQKemWA "256 byte intros on modern PCs"] was held by TomCat/Abaddon at the Function 2017 party. Supplemental files can be downloaded from [http://www.pouet.net/prod.php?which=72454 Pouet.net]. The presentations cover everything from setting up the coding environment to all kinds of code optimization, constant reuse, flag tricks, palette generation, and how to get from an idea to the final intro. TomCat also provides a [https://www.abaddon.hu/usbdos/ dev tools page] and his [https://www.abaddon.hu/256b/ SizeCoding Blog] with lots of optimization ideas.
 
  
 
fysnet.net has an extensive [http://www.fysnet.net/yourhelp.htm list of DOS .COM register starting values].  If your environment isn't listed, [http://www.fysnet.net/yourhelp.com a program] is also available that can print out all of the register starting values.  See also [https://web.archive.org/web/20170418182707/http://pferrie.host22.com/misc/lowlevel12.htm DOS Register Starting Values] to understand why the register starting values for .COM files are set the way that they are.
 
fysnet.net has an extensive [http://www.fysnet.net/yourhelp.htm list of DOS .COM register starting values].  If your environment isn't listed, [http://www.fysnet.net/yourhelp.com a program] is also available that can print out all of the register starting values.  See also [https://web.archive.org/web/20170418182707/http://pferrie.host22.com/misc/lowlevel12.htm DOS Register Starting Values] to understand why the register starting values for .COM files are set the way that they are.

Revision as of 18:42, 14 February 2022

Discussions

Pouet's Tiny Intro Toolbox Thread was one of sizecoding.org's main inspirations.

We also have an active discord server dedicated to sizecoding at: https://discord.gg/j6UqqrbkDX

Seminars

Seminars on various sizecoding topics have been presented at the Lovebyte demoparty, and can be watched here: Lovebyte seminars on YouTube

In recent years 256b intro coding has been covered in presentation sessions at other demo parties. The recordings are available on YouTube. There are part 1 and part 2 of Řrřola's talk "Magic of 256-byte x86 intros" held at Demobit 2017 and 2018 respectively. A similar talk "256 byte intros on modern PCs" was held by TomCat/Abaddon at the Function 2017 party. Supplemental files can be downloaded from Pouet.net. The presentations cover everything from setting up the coding environment to all kinds of code optimization, constant reuse, flag tricks, palette generation, and how to get from an idea to the final intro. TomCat also provides a dev tools page and his SizeCoding Blog with lots of optimization ideas.

References

The Hugi demoscene diskmag has been kind to the sizecoding movement. They included many programming articles since it started in 1996. Additionally, the Hugi Size Coding Competition Series is the gold standard for learning how to sizecode: Each competition was given a specific task, then participants submitted their results. (All of the entries with their source code are available, as are the rules for each challenge.) Hugi #35 also provided a 256b intros round-table between Baze, Digimind, Řrřola, Pirx, Optimus, and Seven.

fysnet.net has an extensive list of DOS .COM register starting values. If your environment isn't listed, a program is also available that can print out all of the register starting values. See also DOS Register Starting Values to understand why the register starting values for .COM files are set the way that they are.

The Sparks And Flames x86 Instruction Chart is awesome, once you can "read" it. Find out what the bright green (1-byte) commands do, and use them. For the extreme sizecoding (<=32 bytes) it's also very useful to have the HEX value in sight.

The Geek Edition x86asm-ref is comprehensive and dense. It might be the only reference you'll need. The last part covers modr/m bytes, which is useful.

Yet another reference by Félix Cloutier.

Tech Help Manual includes a dense reference of DOS interrupts and x86 instructions.

c9x.me: A x86 instruction reference

Rene Jeschke's preservation of siyobik.com's x86 Documentation is one of the most compact and understandable references to the x86 instruction set you'll ever see.

Intel IA-32 Software Developer's Manual Instruction Set Reference hypertext version.

Robert Collins' Undocumented Opcodes page has some gems you can exploit depending on your target environment.

PC Speaker Basics For everything from simple bleeps to sophisticated synthesizers.

Program Segment Prefix : what's in front of our .COM code, and why.

Never underestimate The Hidden Power of BCD Instructions.

An optimization guide for x86 platforms By Agner Fog Chapter 10: Optimizing for size.

Code Gems by Ervin/AbaddoN Nice collection based on the Imphobia diskmagazine article.

Programmable Interval Timer: Timing is everything, if you're targeting a slow system. Very old but good text PCTIM003.TXT

BIOS data area: Direct system communication overview. There are environment values here you may be able to utilize.

Summary of MIDI messages : Summary of all basic MIDI messages.

Roland GS/GM2 Drum Set List and Note Map : Detailed Description of all MIDI drumkits.

Online IEEE 754 Converter : Excellent tool for optimizing/reusing FPU constants

Tinycode on Reddit: Collection of many different size coding productions incl. x86 based ones with discussion (mostly provided by HellMood himself)

Superogue's sizecoding microblog: Collection of demoscene and sizecoding related articles and development writeups up various Marquee Design tiny intros

Repositories

Tinyprogs are so small that you sometimes don't need the source code to understand them: Just pop them into a disassembler (like IDA) or a debugger and look at them. If you want to grab specimens for study, here are some places to start.

Pouet can be searched for the latest tinyprogs: 256b, 128b, 64b, and even 32b and smaller.

HardCode is a repository of 7800 64KB and smaller intros.

256b.com is a website dedicated primarily to 256b and smaller releases.