@dendrobatus_azureus @sotolf It's #MOS6502 assembly, and assuming a #C64, it jumps right in the middle of some hw init routine, writing a CIA register with whatever the accumulator currently holds .... and THEN causes a software interrupt, which was typically only used for patching (non electrically-erasable) ROM?* 🤔
Ok, just in case I miss something obvious: Is this code supposed to make any sense? 😆
* could be used for poor-man's syscalls / context switching, but I guess that's not contemporary style 😏