spannerisms

Results 5 issues of spannerisms

Something where you can set a mask for breakpoints before performing (in)equality operations would be nice. One such use that I've run into wanting this for was finding sound effects...

enhancement

This is mainly a feature that I think would be useful for disassembly. The idea is taken from MathOnNapkins who uses this keyword in his disassembly of the US version...

new feature

I'm not sure how feasible it is under the current architecture, but some function that gives the ROM address of a label regardless of the `base` it sits under would...

The conventional syntax for MVN and MVP is `MVN SRC, DEST`, but the 65816 expects those bytes to be `$54 DEST SRC`. Asar currently has the compilation backwards, writing `$54...

Something that can handle code that ends up executed in RAM and uses asar's `base` command in the output would be very nice.