home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / program / compiler / nasm20b / nasm_src / lexpr.c < prev    next >
C/C++ Source or Header  |  1993-01-19  |  546b  |  14 lines

  1. /* ---------------------------------------------------------------------- */
  2. /*                   Copyright (C) 1991 by Natürlich!                     */
  3. /*                      This file is copyrighted!                         */
  4. /*                Refer to the documentation for details.                 */
  5. /* ---------------------------------------------------------------------- */
  6. #define LINKER 1
  7. #include "defines.h"
  8.  
  9. extern word   origin;
  10. #define calc_pc( adr)  (((word) ((byte huge *)(adr) - __program - 6)) + origin)
  11.  
  12. #include "expr.c"
  13.  
  14.