Rui M. S. Martins

Results 17 comments of Rui M. S. Martins

I tried the change to see if that was the cause `inkColor = ( borderColor is >= #COLORNAME($04) ) ? WHITE : BLACK :> #PEEK($981B)` But it doesn't solve the...

Regarding the @assemble directive, it doesn't seem to apply, since this byte is part of an actual instruction and not a `DEFB` or `DEFW`. EDIT: But reading a bit further,...

I think I understand the issue. There is some other representation of the actual data, being used instead of the original snapshot memory dump. But shouldn't PEEK just have access...

> No, #PEEK does not have access to the original snapshot. The skool file has no knowledge of any snapshot. Ah! We are getting back to the ideia I mentioned...

OK, that is a a work around. You could also output the full line being processed, if available. However, if you don't have the line information when processing, that means...

Maybe unrelated, since the error is different. **ERROR: Error while parsing #R macro: Could not find instruction at $5C48** Same problem, message is not very helpful. Specially because the cause...

That's exactly why it's confusing, since at that address it's supposed to be a variable and not an ASM instruction. Here the problem seems to be the wording of the...