// Oedit.D // Copyright Xerox Corporation 1979 manifest [ octal = #1 halfOctal = #2 halfAscii = #4 halfHex = #10 halfEbcdic = #20 decimal = #40 halfDecimal = #100 oneWordOctal = #200 //only used in input ] manifest [ errRet = 1; okRet = 0 ] structure [ left byte; right byte ] structure DP: [ High word Low word ] structure DPV: [ Len word Elt^1,255 @DP ]