[C] Structure CPU of Virtual Machine


SUBMITTED BY: Guest

DATE: Jan. 8, 2014, 8:13 p.m.

FORMAT: Text only

SIZE: 248 Bytes

HITS: 974

  1. static struct {
  2. char pila[8];
  3. unsigned char tos;
  4. unsigned char ip ;
  5. long ciclos;
  6. long cuenta;
  7. long reap;
  8. } cpu;

comments powered by Disqus