Emulator vs real
Been day job busy the last couple days so I was working on an assembly project on an emulator in my free time. Took it to a real C64 and it didn’t work. Took out 3 other C64s before I realized a bug in my code. It worked on the emulator because it initializes RAM to zeros. On real hardware it initializes to whatever it initializes that day. Anyway, I’ve got C64s all over my office now and it’s hard not to be happy about that.

For those Turbo Macro Pro users “in the know”… I used .text instead of .null on a one line string and called $ab1e on it. Never found that terminating zero so i guess it just was gonna keep printing for all time :)