Closed ivop closed 2 months ago
Merged, thanks.
I'd forgotten that the native assembler doesn't breakif. I forget why.
~Well, it does have unconditional .zbreak, but not conditional :)~
I found the culprit. It's not .zbreakif conditional but .zbreak conditional. Syntax is slightly different from the zif.inc macros.
I got about 1/4 the way through implementing this before realising that this should already work...
.zbreak eq
Cleaned it up a little.
I noticed the native asm does not have .zbreakif eq so there are still a few labels left.