Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.sys.acorn.programmer > #355 > unrolled thread

ObjAsm - Multiple lines

Started bycferris@freeRemoveuk.com.invalid
First post2011-05-27 14:36 +0100
Last post2011-05-29 21:22 +0200
Articles 4 — 4 participants

Back to article view | Back to comp.sys.acorn.programmer


Contents

  ObjAsm - Multiple lines cferris@freeRemoveuk.com.invalid - 2011-05-27 14:36 +0100
    Re: ObjAsm - Multiple lines druck <news@druck.org.uk> - 2011-05-27 18:13 +0100
    Re: ObjAsm - Multiple lines "Ste (news)" <steve@revi11.plus.com> - 2011-05-28 00:46 +0100
      Re: ObjAsm - Multiple lines Rick Murray <heyrickmail-usenet@yahoo.co.uk> - 2011-05-29 21:22 +0200

#355 — ObjAsm - Multiple lines

Fromcferris@freeRemoveuk.com.invalid
Date2011-05-27 14:36 +0100
SubjectObjAsm - Multiple lines
Message-ID<c055f7d951.cferris@cferris.freeuk.com>
Hi
With Acorn 'ObjAsm' is it possible to join multiple lines ie :-

       DCB  "msg",0:ALIGN :DCD &1234567

Thanks
-- 
Colin Ferris Cornwall UK

[toc] | [next] | [standalone]


#356

Fromdruck <news@druck.org.uk>
Date2011-05-27 18:13 +0100
Message-ID<irom33$ove$1@dont-email.me>
In reply to#355
On 27/05/2011 14:36, cferris@freeRemoveuk.com.invalid wrote:
> Hi
> With Acorn 'ObjAsm' is it possible to join multiple lines ie :-
>
>         DCB  "msg",0:ALIGN :DCD&1234567

Not as far as I know, and isn't assembler difficult enough to read already?

---druck

[toc] | [prev] | [next] | [standalone]


#358

From"Ste (news)" <steve@revi11.plus.com>
Date2011-05-28 00:46 +0100
Message-ID<51da2f351fsteve@revi11.plus.com>
In reply to#355
In article <c055f7d951.cferris@cferris.freeuk.com>,
   <cferris@freeRemoveuk.com.invalid> wrote:
> Hi
> With Acorn 'ObjAsm' is it possible to join multiple lines ie :-
>
>        DCB  "msg",0:ALIGN :DCD &1234567

No. The position on the line is important to the ObjAsm syntax (think of
labels, for example) so as such there is no way to do what you suggest. It's
also hard to think of a character which isn't already used that could
reasonably be overloaded for such a task.

Ta,

Steve

-- 
Steve Revill @ Home
Note: All opinions expressed herein are my own.

[toc] | [prev] | [next] | [standalone]


#364

FromRick Murray <heyrickmail-usenet@yahoo.co.uk>
Date2011-05-29 21:22 +0200
Message-ID<4de29ce5$0$14697$ba4acef3@reader.news.orange.fr>
In reply to#358
On 28/05/2011 01:46, Ste (news) wrote:

>>         DCB  "msg",0:ALIGN :DCD&1234567
> No. The position on the line is important to the ObjAsm syntax (think of
> labels, for example) so as such there is no way to do what you suggest. It's
> also hard to think of a character which isn't already used that could
> reasonably be overloaded for such a task.

And, in addition, a reason for wanting to do such a thing in the first 
place? In objasm, excess whitespace doesn't affect the end result.


Best wishes,

Rick.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.sys.acorn.programmer


csiph-web