Vitor Vilela @hackervilela.sneslab.net · Sep 13

Since the game uses COP as a software interrupt, all it does is to jump to some utility function. While it works like a shared routine, it's considered a suboptimal approach since using and setting COP takes more CPU cycles than using a routine command (e.g. JSL).

6 likes 0 replies

?