June 2018 Update

This commit is contained in:
Ingy döt Net 2018-06-22 20:57:24 +00:00
parent ba8067c3b7
commit 22f33d4004
5278 changed files with 84726 additions and 14379 deletions

View file

@ -1,4 +1,4 @@
{{stub}}{{language}}
{{language}}
[[Category:Assembly]]
IBM 360 assembly language.
@ -16,4 +16,14 @@ themselves in popular use to all assembly-language dialects on the System/360 an
its descendants. The 360 assembly was introduced with the System/360 in 1964.
==Wikipedia article==
[[wp:IBM_Basic_assembly_language_and_successors|IBM Basic assembly language and successors]]
[[wp:IBM_Basic_assembly_language_and_successors|IBM Basic assembly language and successors]]
==See also==
WikiBooks Article: https://en.wikibooks.org/wiki/360_Assembly/360_Instructions
IBM manuals:
* IBM System/360 Principles of operation (c. 1963) : http://bitsavers.trailing-edge.com/pdf/ibm/360/princOps/A22-6821-0_360PrincOps.pdf
* A programmer instrodution to IBM System/360 Assembler Language : http://bitsavers.trailing-edge.com/pdf/ibm/360/asm/SC20-1646-6_int360asm_Aug70.pdf

View file

@ -0,0 +1 @@
../../Task/Flow-control-structures/360-Assembly

View file

@ -0,0 +1 @@
../../Task/Floyds-triangle/360-Assembly

View file

@ -0,0 +1 @@
../../Task/Pythagorean-triples/360-Assembly

View file

@ -0,0 +1 @@
../../Task/Sum-multiples-of-3-and-5/360-Assembly

View file

@ -0,0 +1 @@
../../Task/Tokenize-a-string/360-Assembly