summaryrefslogtreecommitdiff
path: root/sim/ucsim/avr.src/instcl.h
blob: 62b239839186f0e0059f222de153bcd876d92f35 (plain) (blame)
1
2
3
4
5
6
7
8
/* avr.src/instcl.h */

  virtual int nop(t_mem code);
  virtual int sleep(t_mem code);
  virtual int wdr(t_mem code);
  virtual int ser_Rd(t_mem code);

/* End of avr.src/instcl.h */