Path: utzoo!utgpu!attcan!uunet!husc6!husc4!jjb From: jjb@husc4.HARVARD.EDU (Jeremy J. Bornstein) Newsgroups: comp.sys.mac.programmer Subject: Copyright notices in code resources Message-ID: <5073@husc6.harvard.edu> Date: 4 Aug 88 20:56:24 GMT References: <327@ncar.ucar.edu> <730034@hpcilzb.HP.COM> <7763@cup.portal.com> <15051@santra.UUCP> <11318@oberon.USC.EDU> <7509@cit-vax.Caltech.Edu> Sender: news@husc6.harvard.edu Reply-To: jjb@husc4.UUCP (Jeremy J. Bornstein) Organization: Harvard Univ. Science Center Lines: 17 I'm writing bunches of XFCNs, and I'd like to include copyright notices in the resources themselves, near the beginning. I was using something like: goto skipcopyr; "Copyright blah blah" skipcopyr: Unfortunately the string constant gets shoved to the end of each resource, so I tried doing the same thing in assembly (I'm using LSC 2.15) but I can't figure out how to DC for a string... Can anyone give me a hand? Thanks in advance, -jeremy bornstein jjb@husc4.harvard.edu