[Sdcc-user] pitfalls

2008-02-11 Thread Berwyn Hoyt
Title: -- Hi.  The SDCC manual lists a number of pitfalls for a programmer of interrupt service routines.  To avoid these, I suspect some new compiler features could help us out quite a bit.  Here are some ideas for discussion. 1. Atomic access (see 3.8.1.2).  It sure would be nice if the crit

[Sdcc-user] cdb files for Z80 target

2008-02-11 Thread Ernst Stippl
Hi! I am looking for a possibility to debug SW compiled by SDCC when running on a Z180. The NoICE debugger seems interesting, also because it has a utility to convert sdcc's .cdb files into ".noi" files which are used by NoICE to know about symbols. I compiled with the --debug option, which cre