Content deleted Content added
Changed "BNO" to "BNE". "BNE" is the extended mnemonic for "branch not equal" |
Kdakin3420 (talk | contribs) |
||
Line 3:
==General characteristics==
The architecture of IBM mainframes has taken many forms over the years, including System/360, System/370 XA, ESA/390, and [[z/Architecture]]. Each of these architectures has
The instruction set consists of the low-level operations supported by the hardware, such as
* " * " * " * " * " The extreme simplicity of these operations means that a program written in Assembler will usually be much longer and harder to read than an equivalent program in, say, [[COBOL]] or [[Fortran]]. In the past, the speed of hand-coded Assembler programs was often felt to make up for this drawback, but with the advent of optimizing compilers, "'''[[C]]'''" for the mainframe, and other advances, Assembler has lost much of its appeal. IBM continues to upgrade the ==A small example==
|