the simple joy i got today when my #z80 code ran correctly and the cpc switched to each mode in turn while printing the ascii characters from 32 to 255 in alternating paper and inks then prompting me to press a key before switching to the next mode.
I mean its so simple in non machine code, a couple of nested for loops and its done.
But the asm is just fun.
I might eventually actually be getting my head around this asm stuff.