mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-02-07 08:31:16 -06:00
fe8e6618f2
Hardware testing revealed that SSY and PBK push to a different stack, allowing code like this: SSY label1; PBK label2; SYNC; label1: PBK; label2: EXIT;