1: .title xpcor 2: 3: ;this file must be linked last to ensure that it is the last 4: ;sector in the BSS area. 5: 6: 7: .globl inicor 8: 9: inicor= 3000. ;initial minimum # words for symbol table, etc. 10: 11: .psect xpcor, con, bss, gbl 12: 13: 14: .blkw inicor 15: 16: .end