Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.sys.acorn.programmer > #587
| Date | 2011-08-11 20:11 +0100 |
|---|---|
| From | cferris@freeRemoveuk.com.invalid |
| Newsgroups | comp.sys.acorn.programmer |
| Subject | Re: AIF header - how? |
| Message-ID | <ca8b390152.cferris@cferris.freeuk.com> (permalink) |
| References | <52010da5d2bob@sick-of-spam.invalid> <8b8f260152.martin@blueyonder.co.uk> <52012a031abob@sick-of-spam.invalid> |
| Organization | Home |
In message <52012a031abob@sick-of-spam.invalid>
Bob Latham <bob@sick-of-spam.invalid> wrote:
> In article <8b8f260152.martin@blueyonder.co.uk>,
> Martin Bazley <martin.bazley@blueyonder.co.uk> wrote:
[snip]
> I had sent an application of mine to someone who uses 6.20 and to my
> embarrassment he then informs me that it doesn't run. He new nothing of
> the reason and neither did I.
>
[snip]
In its simplest form have a look at a 'C' Runimage file in !Zap.
.start_prog
mov r0,r0
mov r0,r0
mov r0,r0
bl your_code
swi "OS_Exit"
equd end_prog - start_prog ;Read only area size
equd 0 ;Read write area size
equd 0 ;debug area size
equd 0 ;Zero init size
equd 0 ;debug type
equd &8000 ;start address
equd 0
equd &20 ;32bit flag
equd 0
equd 0
equd 0
.your_code
xxx
.end_code
***********
--
Colin Ferris Cornwall UK
Back to comp.sys.acorn.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
AIF header - how? Bob Latham <bob@sick-of-spam.invalid> - 2011-08-11 12:11 +0100
Re: AIF header - how? Martin Bazley <martin.bazley@blueyonder.co.uk> - 2011-08-11 16:43 +0100
Re: AIF header - how? Bob Latham <bob@sick-of-spam.invalid> - 2011-08-11 17:21 +0100
Re: AIF header - how? cferris@freeRemoveuk.com.invalid - 2011-08-11 20:11 +0100
Re: AIF header - how? Bob Latham <bob@sick-of-spam.invalid> - 2011-08-11 21:19 +0100
Re: AIF header - how? John Tytgat <this@is.invalid> - 2011-08-12 12:58 +0200
Re: AIF header - how? cferris@freeRemoveuk.com.invalid - 2011-08-12 13:11 +0100
Re: AIF header - how? druck <news@druck.org.uk> - 2011-08-13 15:09 +0100
Re: AIF header - how? jgharston <jgh@arcade.demon.co.uk> - 2011-08-11 15:49 -0700
Re: AIF header - how? Rick Murray <heyrickmail-usenet@yahoo.co.uk> - 2011-08-13 00:57 +0200
Re: AIF header - how? Bob Latham <bob@sick-of-spam.invalid> - 2011-08-13 10:42 +0100
csiph-web