1: / 2: / 3: 4: / fhd -- data segment header 5: / 6: 7: symsize = 1600. 8: linsize = 800. 9: namsize = 1200. 10: smblsize = 399. 11: 12: intcon = 4\<8+1 / type of integer constant 13: realcon = 4\<8+2 14: logcon = 2\<8+3 / type of logical constant 15: log1con = 1\<8+3 16: int1con = 1\<8+1 17: int2con = 2\<8+1 18: dblcon = 10\<8+2 19: dcplxcon = 20\<8+4 20: cplxcon = 10\<8+4 21: 22: .globl data 23: .globl ibuf 24: .globl obuf 25: .globl tbuf 26: .globl line 27: .globl eline 28: .globl ifno 29: .globl efno 30: .globl errp 31: .globl errb 32: .globl eerrb 33: .globl symtab 34: .globl esymtab 35: .globl esymp 36: .globl symtp 37: .globl namebuf 38: .globl enamebuf 39: .globl namep 40: .globl symbuf 41: .globl esymbuf 42: .globl ch 43: .globl ch1 44: .globl progt 45: .globl holquo 46: .globl nxtaloc 47: .globl imptab 48: .globl nerror 49: .globl temp 50: .globl functm 51: .globl edata 52: .globl dsize