DevPac 2.15
Here you will find a custom version of DevPac 2.15 published for free on Amiga Format magazine. DevPac is a great assembler, i use for coding. Although this isn't the last version, DevPac 2.15 was published on Amiga Format cover disk 39. I made this version with my Workbench Replacement Disk using free tools from Aminet. My rotozoom source codes are included also.


DevPac v2.15 AF with Workbench Replacement Disk · ADF · Hardfile
Rotozoom Chunky2Planar
This is one of my asm codes, it is an small Startup code with chunky to planar Kalms code at 160x200 (2x1 pixel size), and my rotozoom code adapted from my first version that was a Chunky copper rotozoom, this new version have a NoiseTracker routine with my Chip 'Em Up mod. You can try the Chunky copper version also.

Rotozoom Chunky to planar · 68k asm
Rotozoom Chunky Copper
This one is my first demoscene effect done in assembler, on the Amiga gold age i used other languages to make games, apps, and intros, but never used assembler, it is a simple chunky rotozoom on a copper list, it have a pixel definition of 8x8 and works on OCS chipset.

Rotozoom Chunky Copper · 68k asm
AmigaSkool Online Demoscene
Here you can code your demoscene effects, the code area have a simple screen fill routine. You must use [INIT] for your initialization code and [STEP] to update screen data. Screen is a custom class i made to manage scaled canvas and is predefined to 48 x 24 pixels.