Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.sys.acorn.programmer > #2071
| From | cferris@freeRemoveuk.com.invalid |
|---|---|
| Newsgroups | comp.sys.acorn.programmer |
| Subject | Re: Obtaining BBC BASIC with updated ARM assembler. |
| Date | 2012-08-12 09:44 +0100 |
| Organization | Home |
| Message-ID | <befdffbd52.cferris@cferris.freeuk.com> (permalink) |
| References | <34626ce2-143c-42a7-8e41-57d4ef09bc59@i7g2000vbc.googlegroups.com> <afbc33eb-0057-4282-8f3e-3d2947262ca1@googlegroups.com> <rGn*MEwcu@news.chiark.greenend.org.uk> <f9fd8bb2-5322-4807-a370-7ad1b02cad8b@googlegroups.com> |
In message <f9fd8bb2-5322-4807-a370-7ad1b02cad8b@googlegroups.com>
jgh@arcade.demon.co.uk wrote:
> Theo Markettos wrote:
>> You can chisel something out of a ROM, but since things tend to be
>> ready-linked together (hardcoded jumps to C library etc, compiled-in
>> OS workspace locations) that can be a risky strategy.
> Since when did BASIC use the Shared C library? And since when
> did any non-OS component access OS workspace memory directory?
> Module:
> http://mdfs.net/Software/BBCBasic/RISCOS/BASIC152
> Put these in ResourcesFS, renamed appropriately:
> http://mdfs.net/Software/BBCBasic/RISCOS/ResourcesBasicMessages152
> http://mdfs.net/Software/BBCBasic/RISCOS/ResourcesBasicVFPData152
> According to the Messages file the assembler includes MRS, MSR
> and various other bits and pieces.
Thanks for your additions to BASIC - but could you add ADRL?
Seem to remember - with the BAX modified BASIC module with ADRL !Zap
displayed
ADR r0,&xxxx ;points to address used
ADD/SUB r0,r0,#0
*instead of having to do a add/sub calculation.
--
Colin Ferris Cornwall UK
Back to comp.sys.acorn.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Obtaining BBC BASIC with updated ARM assembler. Gazza <usenet@garethlock.com> - 2012-08-10 06:53 -0700
Re: Obtaining BBC BASIC with updated ARM assembler. Jeremy Nicoll - news posts <jn.nntp.scrap007@wingsandbeaks.org.uk> - 2012-08-10 15:09 +0100
Re: Obtaining BBC BASIC with updated ARM assembler. Gazza <usenet@garethlock.com> - 2012-08-10 07:36 -0700
Re: Obtaining BBC BASIC with updated ARM assembler. "John Williams (News)" <UCEbin@tiscali.co.uk> - 2012-08-10 17:48 +0200
Re: Obtaining BBC BASIC with updated ARM assembler. Jeremy Nicoll - news posts <jn.nntp.scrap007@wingsandbeaks.org.uk> - 2012-08-10 17:27 +0100
Re: Obtaining BBC BASIC with updated ARM assembler. Bob Latham <bob@sick-of-spam.invalid> - 2012-08-10 18:29 +0100
Re: Obtaining BBC BASIC with updated ARM assembler. Gavin Wraith <gavin@wra1th.plus.com> - 2012-08-11 16:31 +0100
Re: Obtaining BBC BASIC with updated ARM assembler. Jochen Lueg <jochenlueg@roevalley.com> - 2012-08-12 10:43 +0000
Re: Obtaining BBC BASIC with updated ARM assembler. Bob Latham <bob@sick-of-spam.invalid> - 2012-08-12 12:29 +0100
Re: Obtaining BBC BASIC with updated ARM assembler. druck <news@druck.org.uk> - 2012-08-12 09:23 +0100
Re: Obtaining BBC BASIC with updated ARM assembler. Brian Jordan <brian.jordan9@btinternet.com> - 2012-08-10 19:01 +0100
Re: Obtaining BBC BASIC with updated ARM assembler. xltardy@gmail.com - 2012-08-14 10:33 -0700
Re: Obtaining BBC BASIC with updated ARM assembler. Theo Markettos <theom+news@chiark.greenend.org.uk> - 2012-08-10 17:04 +0100
Re: Obtaining BBC BASIC with updated ARM assembler. jgh@arcade.demon.co.uk - 2012-08-10 15:42 -0700
Re: Obtaining BBC BASIC with updated ARM assembler. Theo Markettos <theom+news@chiark.greenend.org.uk> - 2012-08-11 00:51 +0100
Re: Obtaining BBC BASIC with updated ARM assembler. jgh@arcade.demon.co.uk - 2012-08-11 16:46 -0700
Re: Obtaining BBC BASIC with updated ARM assembler. cferris@freeRemoveuk.com.invalid - 2012-08-12 09:44 +0100
Re: Obtaining BBC BASIC with updated ARM assembler. Theo Markettos <theom+news@chiark.greenend.org.uk> - 2012-08-12 13:39 +0100
Re: Obtaining BBC BASIC with updated ARM assembler. Steve Drain <steve@kappa.me.uk> - 2012-08-12 13:44 +0100
Re: Obtaining BBC BASIC with updated ARM assembler. Gazza <usenet@garethlock.com> - 2012-08-14 05:07 -0700
Re: Obtaining BBC BASIC with updated ARM assembler. Steve Drain <steve@kappa.me.uk> - 2012-08-15 19:47 +0100
Re: Obtaining BBC BASIC with updated ARM assembler. Gazza <usenet@garethlock.com> - 2012-08-15 17:08 -0700
Re: Obtaining BBC BASIC with updated ARM assembler. Steve Drain <steve@kappa.me.uk> - 2012-08-16 11:21 +0100
Re: Obtaining BBC BASIC with updated ARM assembler. Gazza <usenet@garethlock.com> - 2012-08-17 04:10 -0700
Re: Obtaining BBC BASIC with updated ARM assembler. Gazza <usenet@garethlock.com> - 2012-08-17 04:16 -0700
Re: Obtaining BBC BASIC with updated ARM assembler. Gazza <usenet@garethlock.com> - 2012-08-21 08:30 -0700
Re: Obtaining BBC BASIC with updated ARM assembler. druck <news@druck.org.uk> - 2012-08-21 18:21 +0100
Re: Obtaining BBC BASIC with updated ARM assembler. Gazza <usenet@garethlock.com> - 2012-08-21 14:12 -0700
Re: Obtaining BBC BASIC with updated ARM assembler. Steve Drain <steve@kappa.me.uk> - 2012-08-21 19:20 +0100
Re: Obtaining BBC BASIC with updated ARM assembler. druck <news@druck.org.uk> - 2012-08-22 23:22 +0100
Re: Obtaining BBC BASIC with updated ARM assembler. Dave Higton <dave@davehigton.me.uk> - 2012-08-21 22:50 +0100
Re: Obtaining BBC BASIC with updated ARM assembler. Gazza <usenet@garethlock.com> - 2012-08-22 00:06 -0700
Re: Obtaining BBC BASIC with updated ARM assembler. Steve Drain <steve@kappa.me.uk> - 2012-08-22 11:25 +0100
Re: Obtaining BBC BASIC with updated ARM assembler. Dave Higton <dave@davehigton.me.uk> - 2012-08-22 14:00 +0100
csiph-web