Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.sys.apple2.programmer > #6068
| From | Colin Leroy-Mira <colin@colino.net> |
|---|---|
| Newsgroups | comp.sys.apple2.programmer |
| Subject | Re: Generic question about Apple2 / cc65 debugging |
| Date | 2023-08-12 15:12 +0200 |
| Organization | A noiseless patient Spider |
| Message-ID | <20230812151206.37af6bb6@laptop-sigfox> (permalink) |
| References | <20230811201326.30841582@laptop-sigfox> <ub5vud$6uso$1@solani.org> |
Hi, >2. Create a listing file with source comments. It tells you which >source code line belongs to which offset: --listing <file> --add-source I've tried using --listing --add-source before, but I can't understand what I'm doing wrong. Maybe it's not supposed to be used directly with the cl65 helper: cl65 -t ... -o program --listing <file> [numerous .c files] generates a listing for only the last c file of the list. -- Colin https://www.colino.net/
Back to comp.sys.apple2.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
Generic question about Apple2 / cc65 debugging Colin Leroy-Mira <colin@colino.net> - 2023-08-11 20:13 +0200
Re: Generic question about Apple2 / cc65 debugging Oliver Schmidt <ol.sc@web.de> - 2023-08-11 18:50 +0000
Re: Generic question about Apple2 / cc65 debugging Colin Leroy-Mira <colin@colino.net> - 2023-08-12 15:12 +0200
Re: Generic question about Apple2 / cc65 debugging Oliver Schmidt <ol.sc@web.de> - 2023-08-12 20:39 +0000
csiph-web