Re: [Sdcc-user] How to deal bytewise with 24-bit symbols in asxxxx?

2018-03-28 Thread Philipp Klaus Krause
Am 24.03.2018 um 20:21 schrieb Philipp Klaus Krause: > Am 24.03.2018 um 20:00 schrieb Maarten Brock: >> How about what the mcs51 back end does: just shift right by 8: >> ;genAssign >> movdptr,#___fail_PARM_2 >> mova,#___str_3 >> movx@dptr,a

Re: [Sdcc-user] STM8 >32kB code fails...?

2018-03-28 Thread Eric Rullens
Dear Philipp, I see you have been busy fighting the assembler (devil, details)... I also could not get it to extract the high byte of a 24 bit word (.msb is not available), but I could trick it into generating useful code like in the example below. === ; Write AC ah am al.