programming
com puter
platforms
browser
stupid html/css bullshit funnies[dubious – discuss]
(warning: usually a lot of motion)
"works on my machine" - sizecoded demos
(tested on firefox only; none of these adhere to any reasonable browser standards)
i sacrificed all good coding practices to get these in a small size so DO NOT take any of this as a role model (unless you're sizecoding in which case thank you!)
c64
written in assembly and compiled using TMPx
how do i download/run these?
first you will need the commodore 64 emulator VICE
- then you can download a .zip fIle from whichever demo you want below
- these contain an .nfo file (info blurb i wrote for the program), an .asm file (source code), and a .prg file (the program)
- in VICE ("x64" is the commodore 64 emulator), go to File -> Smart Attach... and then click on the .prg file to load it into the commodore 64
- then type
SYS 49152
in the commodore 64 and press enter to run the program (note: some of my programs require you to do/type something different to run the program; this will be said in the .nfo file
alternatively, if a BASIC type-in program is given, you don't need to download anything
just type in the BASIC (including the line numbers starting each line) and then on a new line type RUN
and press enter to run
disintegratinator (32 bytes) (2024-10-26)
doing this as a type-in shows the effect better i think
download: | https://files.scene.org/get/demos/artists/oxidisedbraincells/disintegratinator.zip |
source code: | here |
pouet link: | https://www.pouet.net/prod.php?which=99768 |
BASIC type-in program: |
10 FOR A=49152 TO 49181
|
PRG file as hexdump: | 00c0a90385fce6fcb1fbc920f00518690191fbc8d0f2a5fcc907d0eae8d0e360 |