Incorrect asm is generated when referencing rom (code space) table using a pointer in a union struct.
My email = rick at efn dot org
Logged In: YES user_id=1840151 Originator: NO
rick, would you please check line 55 of your attachment ?
shoudn't that be pDst.bRam = (unsigned char *) 0x100; /* copy to page 1 */ instead of pSrc.bRam = ...
Robert Larice
Can you (or anyone else) try again with SDCC 2.9.7 #5903 ? Fixing bug 1962613 might also have solved this one.
Log in to post a comment.
Logged In: YES
user_id=1840151
Originator: NO
rick,
would you please check line 55 of your attachment ?
shoudn't that be
pDst.bRam = (unsigned char *) 0x100; /* copy to page 1 */
instead of
pSrc.bRam = ...
Robert Larice
Can you (or anyone else) try again with SDCC 2.9.7 #5903 ? Fixing bug 1962613 might also have solved this one.