"Hello, World!" program: Difference between revisions

Content deleted Content added
Wernher (talk | contribs)
m subsubsection heading
Wernher (talk | contribs)
m asm: acc only
Line 38:
=== [[Assembly language]] ===
 
==== [[PDPAccumulator-8|only architecture: DEC PDP-8]], PAL-III syntax ====
 
The [[PDP-8]] [[minicomputer]] is an [[accumulator]]-only machine. The "Hello, world!" code sample given in the article is written in PAL-III assembler syntax.
 
''See the [[PDP-8#Example|Example section]] of the PDP-8 article''.