home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!sunic!dkuug!daimi!datpete
- From: datpete@daimi.aau.dk (Peter Andersen)
- Newsgroups: comp.sys.mac.programmer
- Subject: MacsBug symbols from assembler code?
- Message-ID: <1992Aug20.155733.6869@daimi.aau.dk>
- Date: 20 Aug 92 15:57:33 GMT
- Sender: datpete@daimi.aau.dk (Peter Andersen)
- Reply-To: datpete@daimi.aau.dk (Peter Andersen)
- Organization: DAIMI: Computer Science Department, Aarhus University, Denmark
- Lines: 20
-
- How do I make a (global) symbol known to MacsBug?
- I have tried adding
-
- DC.B $8C, 'MySymbol'
- DC.W $0000
-
- after the last RTS in the code of the procedure, as described in
- the MacsBug manual (Appendix G, p.118, MacsBug version 6.1 manual),
- but the symbol is not known to MacsBug, when I try to debug the code.
-
- I am using MPW 3.2.2, System 7.0.1 (US), MacsBug version 6.2b2 on a
- Macintosh IIx.
-
- I have also tried {MPW}:Examples:AExamples:Sample.a, but although it
- tries to add MacsBug symbols with the macro BdgInfo, again these symbols
- are not known to my MacsBug.
-
- Am I missing something?
-
- Peter Andersen, e-mail: datpete@daimi.aau.dk
-