Hello world/Text: Difference between revisions

Content added Content deleted
imported>BlueWren
imported>BlueWren
Line 360: Line 360:


=={{header|ARM Assembly}}==
=={{header|ARM Assembly}}==
<pre>
Developed on an Acorn A5000 with RISC OS 3.10 (30 Apr 1992)
Developed on an Acorn A5000 with RISC OS 3.10 (30 Apr 1992)
Using the assembler contained in ARM BBC BASIC V version 1.05 (c) Acorn 1989
Using the assembler contained in ARM BBC BASIC V version 1.05 (c) Acorn 1989
Line 423: Line 423:
EQUB &00 \ a terminating null (0)
EQUB &00 \ a terminating null (0)
ALIGN \ tell the assembler to ensure that the next item is on a word boundary
ALIGN \ tell the assembler to ensure that the next item is on a word boundary
</pre>


=={{header|ArnoldC}}==
=={{header|ArnoldC}}==