Michael Hawkins schreef op 2025-11-15 23:33:
Which raises a question in my mind. Are assemblers generally immune
from this? Or are there things about assemblers that
can also cause assembly to produce different binary when an assembler
assembles from identical source? Because I have
been using 8 bit assemblers for many years operating entirely under
the assumption that, given the same source, every
run would always produce the same binary. But, now I am wondering if
that was ever a valid assumption. Or if it just
happens to be the case, "most of the time".

Well, allocating uninitialized memory will do just that.
And if you then read and act upon the contents of that memory, you
should expect that different behaviour can occur.

Maarten


_______________________________________________
Sdcc-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to