home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource3 / 130_01 / makedef.h < prev    next >
Encoding:
C/C++ Source or Header  |  1985-03-11  |  512 b   |  24 lines

  1.  
  2. /*
  3.     These are the definitions for the parameter
  4.     vector which is filled in by the argument()
  5.     function.
  6. */
  7.  
  8. #define MAXVECTOR 32
  9. #define IMMEDIATE 0
  10. #define DRIVE 1
  11. #define DIRECTBOOT 2
  12. #define BOOTADRESS 3
  13. #define PATCH 4
  14. #define PATCHADRESS 5
  15. #define AUTOPATCH 6
  16. #define NOCHECK 7
  17. #define ISBOOT 8
  18. #define TEST 9
  19. #define PATCHBYTE 10
  20. #define MAXPATCH 16
  21.  
  22. #define EOL 0
  23.  
  24.