Maja Kądziołka

Results 70 comments of Maja Kądziołka

Note that square brackets collide with memory accesses. In fact, this would mean that parsing is no longer context-free: ``` ld hl, [niladic_macro_or_a_label_who_knows] ``` I'd suggest using curly braces instead....

Unresolved question: how would label scoping work here?

Could you share the ROM files you're trying to run? If possible, a screen recording of the issue happening would also be helpful.

This might be a problem with [rollover](https://en.wikipedia.org/wiki/Rollover_(key)) on your keyboard. Try remapping to some other keys and see if the problem persists.

If I'm understanding correctly, the behavior "output 1" could create dependency cycles...

AFAIK, Pascal strings store their length in a single byte just before the contents. This has the disadvantage of limiting the maximum length of a string. I'd like to suggest...

I am using Firefox 88.0.1 and SVG Screenshot 0.11.0. I can see that addons.mozilla.org has 0.11.1 and GitHub has 0.11.2, so this might be due to my using an outdated...

These are the settings I'm using, FWIW. ![settings](https://user-images.githubusercontent.com/23580910/119274765-da6d6380-bc11-11eb-90da-505fed069b03.png)

Could you provide a complete minimal reproducer? The code you've put into the "Steps to reproduce" is not a full program. I'm not even sure what language your example is...

Surely the full code of your application is not required to reproduce the issue. It shouldn't be too difficult to remove most stuff and get a reasonably-sized example that demonstrates...