home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / ncr9800 / vrx.h < prev   
Text File  |  2020-01-01  |  2KB  |  70 lines

  1. #define BASIC        1111577344
  2. #define OBJECT       1329744384
  3. #define BINARY       1112100352
  4. #define CS           1129512960
  5. #define DATA         1145132032
  6. #define NCRL         1313034752
  7. #define FORTB        1178730496
  8. #define FORTI        1179189248
  9. #define FORTF        1178992640
  10. #define FORTV        1180041216
  11. #define NEAT3        1311965184
  12. #define NEATVS       1314280192
  13. #define NEATC        1313013760
  14. #define COBOL        1129250816
  15. #define COBOL6       1129264640
  16. #define COBOL7       1129264896
  17. #define COBOL8       1129265152
  18. #define COBOL1       1129263360
  19. #define COBOL16      1127298560
  20. #define COBOL17      1127298816
  21. #define COBOL18      1127299072
  22. #define COBOL4       1129264128
  23. #define PROC         1347571456
  24. #define PROCN        1347571200
  25. #define L_BASIC      1650553600
  26. #define L_OBJECT     1868720640
  27. #define L_BINARY     1651076608
  28. #define L_CS         1668481024
  29. #define L_DATA       1684108288
  30. #define L_NCRL       1852011008
  31. #define L_FORTB      1717698560
  32. #define L_FORTI      1718157312
  33. #define L_FORTF      1717960704
  34. #define L_FORTV      1719009280
  35. #define L_NEAT3      1848836096
  36. #define L_NEATVS     1853256448
  37. #define L_NEATC      1851981824
  38. #define L_COBOL      1668218880
  39. #define L_COBOL6     1668232704
  40. #define L_COBOL7     1668232960
  41. #define L_COBOL8     1668233216
  42. #define L_COBOL1     1668231424
  43. #define L_COBOL16    1664169472
  44. #define L_COBOL17    1664169728
  45. #define L_COBOL18    1664169984
  46. #define L_COBOL4     1668232192
  47. #define L_PROC       1886547712
  48. #define L_PROCN      1886547456
  49.  
  50. #define ID_START          0
  51. #define ID_LEN            1
  52. #define REC_LEN           2
  53. #define NUM_FIELD_LEN     3
  54. #define MAX_SPURTYPE     21
  55. #define MAX_FIELD         8
  56. #define DATA_LEN         90
  57. #define NUM_LEN           6
  58. #define LINE_LEN        140
  59. #define TAIL_LEN        100
  60. #define HEAD_END          6
  61. #define INCREMENT        10
  62.  
  63. int spur_info[MAX_SPURTYPE * 4] = {
  64.         6, 0, 0, 0, 0, 6, 6, 6, 8, 0, 8, 7, 6, 0, 0, 0, 0, 8, 7, 6, 6,
  65.         8, 0, 0, 0, 0, 2, 7, 7, 6, 0, 6, 7, 8, 0, 0, 0, 0, 6, 7, 8, 8,
  66.        72,80,80,80,80,78,73,73,74,80,74,73,72,80,80,80,80,74,73,72,72,
  67.         6, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6
  68. };
  69.  
  70.