User Activity

  • Posted a comment on discussion Help on Small Device C Compiler (SDCC)

    Hi, I've noticed a strange behaviour of sdcc (3.6.0). The generated output is different on each compile. For example I compile 2 times right after the other: sdcc -mz80 --std-c99 --reserve-regs-iy -S test.c -o test.c.asm sdcc -mz80 --std-c99 --reserve-regs-iy -S test.c -o test.c.2.asm then I do a diff diff test.c.asm test.c.2.asm 1396c1396 < ld -7 (ix),a --- > ld -2 (ix),a 1400,1401c1400,1401 < ld -3 (ix),l < ld -2 (ix),h --- > ld -4 (ix),l > ld -3 (ix),h etc. How can this happen and how to avoid...

View All

Personal Data

Username:
thomasbusse
Joined:
2005-11-04 13:01:42

Projects

This is a list of open source software projects that Thomas Busse is associated with:

Personal Tools