next up previous contents
Next: 4.7.13 REAL FUNCTION ZUGAUS Up: 4.7 Patch GENUTL : Previous: 4.7.11 SUBROUTINE ZUSAND(S1, S2,   Contents


4.7.12 SUBROUTINE ZUSOR(S1, S2, S3, N) : Set OR

This routine ors the two sets S1 and S2 into the set S3 (ie. all bits set either in S1 or S2 (or in both) are also set in S3, others not)

ARGUMENTS:
INPUT :
    S1,S2 : two sets (given as bitmaps) to be merged
    N     : number of words the sets extend over
  OUTOUT :
    S3 : OR of S1 and S2
IMPLICIT INPUTS:
    none
IMPLICIT OUTPUTS:
    none
CALLED BY :
any routine.

CALLED ROUTINE(S):
none

SIDE EFFECTS:
none

AUTHORS:
M. Berggren,UFRJ

CREATION DATE:
11-NOV-1995



Mikael Berggren 2003-03-27