%include "I:UTIL.INC"

%include "CONFIG.INC"
%include "SCHEDULE.INC"

%begin
   printstring("packet arrived    ")
   phex(1 << packet arrived   );  spaces(2)
   write(packet arrived   , 0);  newline
   printstring("ether ack wait    ")
   phex(1 << ether ack wait   );  spaces(2)
   write(ether ack wait   , 0);  newline
   printstring("ether RX request  ")
   phex(1 << ether RX request );  spaces(2)
   write(ether RX request , 0);  newline
   printstring("disc  transfer    ")
   phex(1 << disc  transfer   );  spaces(2)
   write(disc  transfer   , 0);  newline
   printstring("disc  completion  ")
   phex(1 << disc  completion );  spaces(2)
   write(disc  completion , 0);  newline
   printstring("disc  sema wait   ")
   phex(1 << disc  sema wait  );  spaces(2)
   write(disc  sema wait  , 0);  newline
   printstring("ether TX request  ")
   phex(1 << ether TX request );  spaces(2)
   write(ether TX request , 0);  newline
   printstring("proc  request     ")
   phex(1 << proc  request    );  spaces(2)
   write(proc  request    , 0);  newline
   printstring("stamp flag        ")
   phex(1 << stamp flag       );  spaces(2)
   write(stamp flag       , 0);  newline

   newline

   printstring("inhibit limit     ")
   write(inhibit limit    , 0);  newline
   printstring("last event        ")
   write(last event       , 0);  newline

%end %of %program
