Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Bob Latham Newsgroups: comp.sys.acorn.programmer Subject: Re: Name of a program Date: Fri, 17 Apr 2026 20:17:53 +0100 Organization: None Lines: 37 Message-ID: <5ccb164bf2bob@sick-of-spam.invalid> References: <5cca837cdbbob@sick-of-spam.invalid> <5cca87776fNews04@avisoft.f9.co.uk> <5cca8d05ebbob@sick-of-spam.invalid> <01ece1ca5c.harriet@bazleyfamily.co.uk> <5ccae98728bob@sick-of-spam.invalid> <21d8f4ca5c.harriet@bazleyfamily.co.uk> <1408faca5c.tank@tankstage.co.uk> X-Trace: individual.net OocGr296QcPY1pmzvLHljwj+6R8Gk4wom4ToyMdkJY3jyD6OJx X-Orig-Path: sick-of-spam.invalid!bob Cancel-Lock: sha1:mOAydSex6UGKEGr2YlANCCIMw1A= sha256:rI67tLk0Tm6bS5/MefNo2CUt1Qm5sYMVw7nNm8NylcQ= X-No-Archive: Yes User-Agent: NewsHound/v1.54 Xref: csiph.com comp.sys.acorn.programmer:6635 In article <1408faca5c.tank@tankstage.co.uk>, Tank wrote: > In message <21d8f4ca5c.harriet@bazleyfamily.co.uk> > Harriet Bazley wrote: > > On 17 Apr 2026 as I do recall, > > Bob Latham wrote: > >>> I don't think it's inherently in the assembled machine code, > >> > For assembler, add this macro to your header file: > MACRO > $label SIGNATURE > ALIGN 4 > = "$label",0 > ALIGN 4 > DCD &FF000000+(:LEN:"$label"+4):AND::NOT:3 > $label > MEND > and then call it with: > Routine_Name SIGNATURE > code.... > it will add the routine name into the compiled code.. > webmaster@tankstage.co.uk Titanium Thanks Tank but you're in another galaxy to me, I'd need a two week lecture to understand the above as i don't think it's the Basic assembler. Bob.