I think the ceylon sliding light thing would be possible. You would need to load memory with binary 1,2,4,8,16,32,64,128, then write up a little assembly to move the program counter up and down those memory locations with a delay between each increment. Maybe a bit ROL/ROR on a memory location as we...