Xkeeper
Xkeeper
The way it works is that it communicates directly to another client over IRC. In theory, multi-user play could be achieved by joining a (private) channel instead and using messages...
Too many possible issues: * We'd have to store every image, which could get extremely large * How would we determine when to swap out a link for a locally...
I'll try to take a look at this sooner than later, since it's been sitting for a while.
I am well aware of these issues -- the majority of the code dates back to 2001. P.S. I do not appreciate you sending death threats to members, so kindly...
I'll need to check the firewall and see if that still triggers a cookie-based ban.
in `FUTURE` I might just replace this with a macro, if possible, but we'll see.
I've been looking into this; I don't think any sort of en-masse replace is possible, but doing something on a smaller scale might be possible. The hard part is, for...
Someone in the thread mentioned using syntax like `LDA !$89`, which might work better. I actually ran into this issue in a few places with SMB2's disassembly, which has a...
It doesn't support a case like this: ``` ZeroPageLocation: .dsb 1 ; $7F ... SomeCode: ;LDA $007F LDA ZeroPageLocation ; No way to indicate this should not be a ZP...
welp, i'm a dummy.