Text preview for : BSP_Fortran.pdf part of burroughs BSP Fortran burroughs BSP BSP_Fortran.pdf



Back to : BSP_Fortran.pdf | Home

Burroughs
BURROUGHS SCIENTIFIC PROCESSOR


)D

L.J.1




3S


r~ IMPLEMENTATION OF FORTRAN
[m




.1\1
SSP --------------------BURROUGHSSCIENTIF
F) BURROUGHS SCIENTIFiC PRUCLS:-';()H




2. BSP INSTRUCTIONS



In order to process FORTRAN programs efficiently, the basic machine instructions
produced by the BSP FORTRAN compiler closely resemble FORTRAN assignment state-
ments whose operands are arrays of values. For example, the BSP FORTRAN compiler
generates one array operation to execute the following FORTRAN statements:

DO 10 I = 1, 100
DO 10 J = 2, 100, 2
10 A (I, J) =