Peter Ped Helcmanovsky

Results 72 comments of Peter Ped Helcmanovsky

If you are going to research CI services, I would somewhat-recommend https://cirrus-ci.org/ (although I'm fighting with their windows images containing different set of things every now and then, and as...

Usual pros: - versions are stable and you are not sensitive to platform package version - you are not sensitive to package being completely missing on platform, or having weird...

(JFYI) The ZX Spectrum Next allows to remap whole 64kiB address space of Z80N, per 8kiB block.

My current ideas about possible rules: - macro-arguments/defines would try to substitute from the longest terms to shortest - macro arguments (inside macro) are substituted first (before defines) - defines...

Simon: thank you for the input, but I have difficult time to apply it. CPP - but cpp has no text substitution like this? It has only standard C preprocessor...

@specke no code change since 1.12.0 ... so it's deterministic only if you know the implementation itself, which is not desired. But it's current state.

> But this ends up in the creation of a plethora of nearly useless labels that only clutter the symfiles and the debuggers. vs > It would be much easier...

Feedback from Busy: If defined by `::`, it will not work in "nested" way, while the original proposal thanks to the label depth does work in "nested way", i.e. ```...

And one more question. If the definition is (from original post) > would count how many bytes that label has until the next label at the same or higher level...

The `::` can be also extended with `:.:` to "end" counting on local-label level... But overall this feels to me like getting too complicated, I'm really afraid in assembly these...