mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-10-27 14:12:46 -05:00
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;