Re: [Sdcc-user] full assembly help

2014-09-28 Thread Bin Shi
Does your c code work? If so, what are the differences between the generated asm and your own asm ? r...@remi.lu编写: >hi, > >I tried following a c/asm generated code by sdcc , but now it only >prints the T , like the INCrementing doesnt do it: > > >any help ?, and as I said , when I use thing.w

Re: [Sdcc-user] full assembly help

2014-09-28 Thread remi
hi, I tried following a c/asm generated code by sdcc , but now it only prints the T , like the INCrementing doesnt do it: any help ?, and as I said , when I use thing.w , the "thing" register/variable is not recognised, it takes is as a new reference ... the .w to make show as a word, is not

[Sdcc-user] full assembly help

2014-09-28 Thread remi
Is there a problem with this mailing list ? I very often need to send twice a message ... regards Le 2014-09-28 11:50, r...@remi.lu a écrit : > hi, > > I tried following a c/asm generated code by sdcc , but now it only > prints the T , like the INCrementing doesnt do it: > > > any help ?, and