Alexey Pichugin

Results 7 comments of Alexey Pichugin

Could you please comment about the current state of the priorities in which substitutions are made? Have there been any changes since 1.12.0? Or would the current best practice be...

Just a quick suggestion: once sjasmplus becomes a proper N-pass assembler, there will be no need to have such fake instructions. The macro facility in sjasmplus is already powerful enough...

A nice selection of ideas on implementing operators in macro language can be found in the later versions of sjasm: http://www.xl2s.tk/sjasmman11.html

Hi arm-in, To be honest, quite a few compressors on our diagram are superseded by ZX0. It is difficult to update the diagram at this moment because I am helping...

I believe I have another false-positive: ```python pos = len(output) - token[1] for __ in range(token[0]): output += output[pos] pos += 1 ``` This code appends `token[0]` characters from position...

One of the first things I've done when I restarted writing assembly code in 2013 was to create a t-states counting library (it was very basic, but would be able...

> The 128 device is using same fake sysvars as 48, from 0x5C00 up. I do not think this is a bug, it is rather a "feature". The described setup...