Re: [Sdcc-user] Z80 Assembly Development

2016-08-20 Thread Indy Sams
Hello Alan, When I did Z80 work before I just defined the _CODE section in the first source file, that seemed to do the trick. Something like this: http://pastebin.com/jcYSFGig Friday, August 19, 2016, 10:02:11 AM, you wrote: AC> On Fri, 19 Aug 2016 10:51:41 -0300 AC> Augusto Fraga Giachero w

Re: [Sdcc-user] getting started with C8051

2016-08-20 Thread Philipp Klaus Krause
On 19.08.2016 21:54, Maarten Brock wrote: > > Something that every SiLabs C8051Fxxx user bumps into as the first issue > is that the watchdog is enabled by default at shortest interval and that > our crt routines take longer than this interval. […] Thanks for the help with this and the previous i