Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.sys.acorn.programmer > #6656
| From | Martin <News04@avisoft.f9.co.uk> |
|---|---|
| Newsgroups | comp.sys.acorn.programmer |
| Subject | Re: Temporary memory |
| Date | 2026-06-14 15:28 +0100 |
| Organization | None |
| Message-ID | <5ce8da407eNews04@avisoft.f9.co.uk> (permalink) |
| References | <5ce8bbe2c2bob@sick-of-spam.invalid> <5ce8c3e7b9News04@avisoft.f9.co.uk> <5ce8cb00a3bob@sick-of-spam.invalid> <5ce8cdeaf6News04@avisoft.f9.co.uk> <5ce8d6dc20bob@sick-of-spam.invalid> |
In article <5ce8d6dc20bob@sick-of-spam.invalid>,
Bob Latham <bob@sick-of-spam.invalid> wrote:
> > No - use OS_DynamicArea to create (and remove) an area.
> Reading .....
It is just a block of memory with a base start address and a length.
Can be read by
LDR[B] {baseregister,offfsetregister}
in some form or other, and written using STR[B].
Using LDM/STM for multiple words at a time if it suits your use will
probably be faster.
Lots of opportunity to read and even write to the wrong place!
Can be nasty.
--
Martin Avison
Note that unfortunately this email address will become invalid
without notice if (when) any spam is received.
Back to comp.sys.acorn.programmer | Previous — Previous in thread | Find similar | Unroll thread
Temporary memory Bob Latham <bob@sick-of-spam.invalid> - 2026-06-14 09:56 +0100
Re: Temporary memory Martin <News04@avisoft.f9.co.uk> - 2026-06-14 11:24 +0100
Re: Temporary memory Bob Latham <bob@sick-of-spam.invalid> - 2026-06-14 12:41 +0100
Re: Temporary memory Martin <News04@avisoft.f9.co.uk> - 2026-06-14 13:13 +0100
Re: Temporary memory Bob Latham <bob@sick-of-spam.invalid> - 2026-06-14 14:51 +0100
Re: Temporary memory Martin <News04@avisoft.f9.co.uk> - 2026-06-14 15:28 +0100
csiph-web