Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/28/02 17:14
Read: times


 
#31566 - RE: accessing c macros in asm file
#define NUM 5
is a definition not a macro
a macro such as
#define HOLD_INTS 
if (EA)           
{                 
  restore_int = 1;
  EA = 0 ;        
}

will not assemble.

Erik




List of 3 messages in thread
TopicAuthorDate
accessing c macros in asm file            01/01/70 00:00      
RE: accessing c macros in asm file            01/01/70 00:00      
RE: accessing c macros in asm file            01/01/70 00:00      

Back to Subject List