Email or username:

Password:

Forgot your password?
Top-level
charlie

@neauoire holy fuck???? how

is the distinction between `--` and `-~` here to catch the case when you forget the JMP2r, or when you add an extra JMP2r but you actually mean to fall-thru? Same thing with `-:` but when you in fact mean to carry the return address to the next subroutine?

This is already fucking genius and would take care of like 99% of my debugging time in Uxntal, not even kidding

1 comment
Devil Lu Linvega

@bellinitte yes,

-~ fallthrough, don't expect a tail.
-: branch, fork stack state.
-> vector, expect to BRK

Go Up