Doxygen Source Code Documentation
        
Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search   
machdefs.h
Go to the documentation of this file.00001 #define TYLENG  TYLONG          
00002 
00003 #define TYINT   TYLONG
00004 #define SZADDR  4
00005 #define SZSHORT 2
00006 #define SZINT   4
00007 
00008 #define SZLONG  4
00009 #define SZLENG  SZLONG
00010 
00011 #define SZDREAL 8
00012 
00013 
00014 
00015 #define ALIADDR SZADDR
00016 #define ALISHORT SZSHORT
00017 #define ALILONG 4
00018 #define ALIDOUBLE 8
00019 #define ALIINT  ALILONG
00020 #define ALILENG ALILONG
00021 
00022 #define BLANKCOMMON "_BLNK__"           
00023 
00024 
00025 
00026 #define LABELFMT "%s:\n"
00027 
00028 #define MAXREGVAR 4
00029 #define TYIREG TYLONG
00030 #define MSKIREG  (M(TYSHORT)|M(TYLONG)) 
00031